Skip to content

Commit b12b8e7

Browse files
committed
CSS fix for Firefox
1 parent 63a56a2 commit b12b8e7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/wwwroot/css/site.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ a.navbar-brand .icon-banner {
124124
.jwt-decoder-container .jwt-decoded.jwt-signature {
125125
color: rgb(245.7438016529, 201.7768595041, 124.2561983471);
126126
}
127+
.jwt-decoder-container .jwt-input-editable {
128+
word-wrap: anywhere;
129+
}
127130
.jwt-decoder-container .jwt-input-editable .text-danger {
128131
color: rgb(253.5223880597, 157.4776119403, 157.4776119403) !important;
129132
}

src/wwwroot/css/site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wwwroot/css/site.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ a.navbar-brand {
143143
}
144144

145145
.jwt-input-editable {
146+
word-wrap: anywhere;
147+
146148
.text-danger {
147149
color: lighten(#fc3939, 20%) !important;
148150
}

0 commit comments

Comments
 (0)