Skip to content

Commit

Permalink
Merge pull request #138 from MPEGGroup/minor-styling-fixes
Browse files Browse the repository at this point in the history
Minor styling fixes
  • Loading branch information
DenizUgur authored Sep 4, 2024
2 parents 6eef4e4 + 5a2b8fa commit faa55b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conformance-search/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ b {
}

#root {
@apply h-screen w-screen flex flex-col;
@apply h-screen w-full flex flex-col;
}

code.basic {
Expand Down
5 changes: 4 additions & 1 deletion conformance-search/src/pages/CoveragePage/CoveragePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ export default function CoveragePage() {
/>
</div>
</div>
<div className="flex w-full grow flex-col items-stretch gap-8 overflow-auto lg:flex-row lg:items-start">
<div
className="flex w-full grow flex-col items-stretch gap-8 overflow-auto lg:flex-row lg:items-start"
style={{ scrollbarGutter: "stable" }}
>
<Tables results={results} />
</div>
</div>
Expand Down

0 comments on commit faa55b6

Please sign in to comment.