Skip to content

Commit 50c9fee

Browse files
committed
fix: correct CSS syntax by adding missing semicolon in LogModal.scss
1 parent 1ba3ffd commit 50c9fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/Common/Modal/LogModal/LogModal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
word-break: break-word;
1212
overflow-wrap: break-word ;
1313
white-space: pre-wrap;
14-
width: 100%
14+
width: 100%;
1515
}

0 commit comments

Comments
 (0)