Skip to content

Commit 2f2ada3

Browse files
committed
added: set max-width and box-sizing for selected highlight elements
1 parent 80c0643 commit 2f2ada3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/frontendHighlighterApp/sass/app.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ body {
3434
outline: dashed 4px transparent !important;
3535
outline-offset: 5px !important;
3636
outline-color: magenta !important;
37+
max-width: calc(100vw - 30px) !important;
38+
box-sizing: border-box !important;
3739

3840
&-min-width {
3941
min-width: 25px !important;

0 commit comments

Comments
 (0)