Skip to content

Commit 8ffc9ae

Browse files
committed
Fix for Firefox & long lines in examples.
1 parent a1ce638 commit 8ffc9ae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dev/sass/controls.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,12 @@ svg.icon {
206206
float: right;
207207
display: inline-block;
208208
}
209-
210-
code i {
211-
@extend %ellipsis;
209+
code {
210+
display: inline-block;
211+
word-break: break-all;
212+
213+
i {
214+
@extend %ellipsis;
215+
}
212216
}
213217
}

0 commit comments

Comments
 (0)