1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

shorten_expanded: use dojo button, don't break attachment dropdown, other fixes

This commit is contained in:
Andrew Dolgov
2018-12-07 22:56:34 +03:00
parent c1d9cd3c22
commit 7adf937936
2 changed files with 29 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
div.contentSizeWrapper {
.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
height : 800px;
}
button.expandPrompt {
margin-top : 20px;
.expand-prompt {
margin-top : 16px;
}