Skip to content

Commit 23e0385

Browse files
CC-36621: Enhance styling and functionality in StorageGui and Sass files (#104)
Broken UI in BackOffice after migrating to Bootstrap v5
1 parent a426bab commit 23e0385

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/Zed/sass/_custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,3 +573,8 @@ body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
573573
.hidden {
574574
display: none !important;
575575
}
576+
577+
pre code {
578+
white-space: pre-wrap;
579+
font-size: 13px;
580+
}

assets/Zed/sass/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $icon-font-path: '../../fonts/bootstrap/';
2121
@import '~codemirror/lib/codemirror';
2222
@import '~summernote/dist/summernote-bs5.min.css';
2323
@import '~sweetalert/dist/sweetalert';
24+
@import '~highlight.js/styles/default.css';
2425

2526
// inspinia
2627
@import '../../Inspinia/css/style';

0 commit comments

Comments
 (0)