diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index 1f55c62df..745c74fd7 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -240,3 +240,13 @@ $button_bg_col: #a1a1a1; // also search bar (tables) font-weight: normal; } } + +.truncate_height { + max-height: 3em; + overflow: hidden; + text-overflow: ellipsis; + + &:hover { + max-height: initial; + } +} |