diff options
Diffstat (limited to 'resources/sass/style.scss')
-rw-r--r-- | resources/sass/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 33e8a52..75bc06b 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -30,6 +30,10 @@ body { font-size: larger; } +.nowrap { + white-space: nowrap; +} + abbr { border-width: 0 !important; } |