Skip to content

Commit

Permalink
fix(devtools): reduce horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 10, 2024
1 parent db66211 commit 6f11a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function prettyURL (font: NormalizedFontFaceData) {
</div>
</template>
</NNavbar>
<div class="p-4">
<div class="p-4 overflow-hidden">
<section class="border-b border-base mb-4 pb-4">
<span class="op-40">
Properties:
Expand Down Expand Up @@ -188,7 +188,7 @@ function prettyURL (font: NormalizedFontFaceData) {
/>
</div>
</section>
<section class="mb-4 pb-4 flex flex-col gap-4">
<section class="mb-4 pb-4 flex flex-col gap-4 overflow-x-scroll">
<span class="op-40">
Generated CSS:
</span>
Expand Down

0 comments on commit 6f11a55

Please sign in to comment.