Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 22, 2023
1 parent 73d467e commit 0e5ad0e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/main/webapp/sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,11 @@ input[type='text'][readonly].border-none,
.codeContent {
background-color: #f0f0f0;
color: #000000;
font: 12px/1.4 arial, FreeSans, Helvetica, sans-serif;
font:
12px/1.4 arial,
FreeSans,
Helvetica,
sans-serif;
font-family: Courier, monospace;
overflow: auto;
padding: 3px;
Expand All @@ -744,7 +748,11 @@ input[type='text'][readonly].border-none,

.suggestSearchTerm {
color: #7a0402;
font: 12px/1.4 arial, FreeSans, Helvetica, sans-serif;
font:
12px/1.4 arial,
FreeSans,
Helvetica,
sans-serif;
font-family: Courier, monospace;
}

Expand Down Expand Up @@ -2592,9 +2600,6 @@ Looks for any child element under .modal-fullscreen that has a class that contai

#body .inline-user-badge {
display: inline-flex;
div {
display: inline;
}
.SRC-userImgSmall,
.SRC-userImgMedium,
.SRC-userImgLarge,
Expand Down Expand Up @@ -3299,6 +3304,10 @@ div.border {
transition: opacity 0.3s ease-in;
}

#body .SRC-grid-item .UserBadge {
width: 100%;
}

#headerPanel {
.syn-crash-helmet {
font-size: 1.7em;
Expand Down

0 comments on commit 0e5ad0e

Please sign in to comment.