diff options
author | Yasar icli <hello@yasaricli.com> | 2015-07-16 08:42:25 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-07-16 08:42:25 +0300 |
commit | dfce9f0a0f441e3776734d8f723ddada6b780f66 (patch) | |
tree | 6fbe0cc82683f49fc8b6ee931e27855bd9db63e3 /client/components/main | |
parent | 8cf9ec266055f065c428216d53018c83b63675c6 (diff) | |
download | wekan-dfce9f0a0f441e3776734d8f723ddada6b780f66.tar.gz wekan-dfce9f0a0f441e3776734d8f723ddada6b780f66.tar.bz2 wekan-dfce9f0a0f441e3776734d8f723ddada6b780f66.zip |
add card members popup line height hotfix.
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/popup.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl index 25767887..7ad02f75 100644 --- a/client/components/main/popup.styl +++ b/client/components/main/popup.styl @@ -137,6 +137,8 @@ $popupWidth = 300px position: relative margin: 0 -10px text-decoration: none + overflow:hidden; + line-height:33px; .item-name display: block |