diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-29 23:10:05 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-29 23:10:05 +0100 |
commit | d6541b81af119e14348f23c96b8ab8b9f448026b (patch) | |
tree | 57d77be037141062aa01860f5df5f8a3d3351e98 | |
parent | a9744a0c5c6eaa9e17682c18e398ff9c5cf7e0fe (diff) | |
parent | ebe304c7894ffb19b1f6d5db3fb77961101412ff (diff) | |
download | Viper-d6541b81af119e14348f23c96b8ab8b9f448026b.tar.gz Viper-d6541b81af119e14348f23c96b8ab8b9f448026b.zip |
Merge branch 'main' into chore/french-translation
-rw-r--r-- | src/app/main.css | 2 |
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; |