Skip to content

Commit 13e89f8

Browse files
committed
wrap tabs on smaller resolutions
Signed-off-by: lewisbirks <22620804+lewisbirks@users.noreply.github.com>
1 parent 3711ea0 commit 13e89f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/scss/components/_source-block.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $jdl-component-code-controls-spacing: 0.75rem;
4848
border-left: var(--jenkins-border);
4949
border-right: var(--jenkins-border);
5050
display: flex;
51+
flex-wrap: wrap;
5152
gap: 0.9rem;
5253
padding: 1em;
5354

0 commit comments

Comments
 (0)