aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-29 23:06:32 +0100
committer0neGal <mail@0negal.com>2021-12-29 23:07:36 +0100
commitebe304c7894ffb19b1f6d5db3fb77961101412ff (patch)
treeada5442f156a24d3c835315cc80bd4ab1b72398d
parent474f2ae54000463a0a2dfc84ad678a7620cc3d44 (diff)
downloadViper-ebe304c7894ffb19b1f6d5db3fb77961101412ff.tar.gz
Viper-ebe304c7894ffb19b1f6d5db3fb77961101412ff.zip
make sure <nobr> doesn't get deprecated
-rw-r--r--src/app/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css
index c9c62fb..f49cc98 100644
--- a/src/app/main.css
+++ b/src/app/main.css
@@ -28,6 +28,8 @@ body, button, input {
font-family: "Roboto Mono", monospace;
}
+nobr {white-space: nowrap}
+
.line {
display: flex;
margin-top: 15px;