Spaces:
Running
Running
Ron Au
commited on
Commit
•
dc25089
1
Parent(s):
153043d
fix(card): Prevent textwrap on some elements
Browse files- static/style.css +2 -0
static/style.css
CHANGED
@@ -881,6 +881,7 @@ header > div {
|
|
881 |
position: absolute;
|
882 |
right: 1rem;
|
883 |
width: max-content;
|
|
|
884 |
}
|
885 |
|
886 |
.hp {
|
@@ -1054,6 +1055,7 @@ hr {
|
|
1054 |
align-items: center;
|
1055 |
width: max-content;
|
1056 |
margin: 0;
|
|
|
1057 |
}
|
1058 |
|
1059 |
.resistance {
|
|
|
881 |
position: absolute;
|
882 |
right: 1rem;
|
883 |
width: max-content;
|
884 |
+
white-space: nowrap;
|
885 |
}
|
886 |
|
887 |
.hp {
|
|
|
1055 |
align-items: center;
|
1056 |
width: max-content;
|
1057 |
margin: 0;
|
1058 |
+
white-space: nowrap;
|
1059 |
}
|
1060 |
|
1061 |
.resistance {
|