Skip to content

Commit fefc61e

Browse files
committed
minor #1149 [Site] Fix package "install command" background (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fix package "install command" background It seems i let this ugly visual bug happen in prod... i'm absolutely sorry and I'll make sure it doesn't happen again. ![bugbizar](https://github.com/symfony/ux/assets/1359581/0cd992c6-9d1f-4980-8aa6-ca57b2fe9be8) Commits ------- af243bb Fix package "install command" background
2 parents d993b12 + af243bb commit fefc61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/assets/styles/components/_TerminalCommand.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
font-size: .9rem;
4242
padding: 0 .5rem;
4343
width: inherit;
44-
overflow: scroll;
44+
overflow: clip;
4545
margin: 0;
4646
}
4747

0 commit comments

Comments
 (0)