Skip to content

Commit

Permalink
feat: width tweak to pulisher-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jasymons committed Oct 18, 2023
1 parent 3d63f4f commit 7f99be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/publisher-ui/src/components/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default function Info({
</div>
</div>
<div
className={'mb-8 px-4 md:px-6 lg:px-10 xl:px-14 max-w-6xl mx-auto'}
className={'mb-8 px-4 md:px-6 lg:px-10 xl:px-14 max-w-7xl mx-auto'}
>
<Disclosure defaultOpen>
{({ open }) => (
Expand Down Expand Up @@ -478,7 +478,7 @@ export default function Info({
)}
</Disclosure>
</div>
<div className={'px-4 md:px-6 lg:px-10 xl:px-14 max-w-6xl mx-auto'}>
<div className={'px-4 md:px-6 lg:px-10 xl:px-14 max-w-7xl mx-auto'}>
<div className={'pre-container'} id="build-history">
<h2
className={
Expand Down
3 changes: 2 additions & 1 deletion packages/npm/@amazeelabs/publisher-ui/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ body {
}

.pre-container pre {
@apply text-justify text-white mt-2 p-4 leading-[1.4] text-[13px];
@apply text-justify text-white mt-2 p-4 leading-[1.4] text-[13px] max-w-full overflow-x-auto whitespace-pre-wrap;
background: rgb(44, 53, 57);
word-wrap: break-word;
}

/* Override Lazylog styles */
Expand Down

0 comments on commit 7f99be9

Please sign in to comment.