summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 09:10:40 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 09:10:40 +0300
commiteba8c97f3689b1a98ac6062499dd7d84508aefab (patch)
tree3c78d299b25ad048204e416b03d6b0071e9972b4 /themes/light/tt-rss.less
parenta3ab4020bf5855ab6cc905562ebd37b6a48d3513 (diff)
some minor grid stuff
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index f4a6091e9..5633980bd 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -773,6 +773,14 @@ body.ttrss_main {
.footer {
border : 0;
+
+ .right {
+ white-space : nowrap;
+ }
+ }
+
+ .content-inner {
+ word-break: break-all;
}
}