diff options
author | Mario <mario@mariovavti.com> | 2022-01-10 09:29:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-10 09:29:59 +0000 |
commit | 37d662f2f5944169507501e0ac2dc9837b5eebfc (patch) | |
tree | b824ec76c7af2d9ce80ad33790a52b7cc50b0a34 /view | |
parent | 5b50454b4de665a93d95ce368929ae924e3cfc46 (diff) | |
download | volse-hubzilla-37d662f2f5944169507501e0ac2dc9837b5eebfc.tar.gz volse-hubzilla-37d662f2f5944169507501e0ac2dc9837b5eebfc.tar.bz2 volse-hubzilla-37d662f2f5944169507501e0ac2dc9837b5eebfc.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 14adc8df0..f299ad719 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -236,12 +236,14 @@ a.wall-item-name-link { line-height: 1; height: 2rem; resize: none; + overflow: hidden; } .comment-edit-text.expanded { line-height: 1.25; height: 7rem; resize: vertical; + overflow: auto; } .comment-tools, |