diff options
author | Yasar icli <hello@yasaricli.com> | 2015-07-16 11:45:11 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-07-16 11:45:11 +0300 |
commit | de8aa913c5e172469d5bcb64cfc0d982d3fe3d93 (patch) | |
tree | 62a0416f5b1b74fda64bcf80b7c5eb8b1e4aaa15 /client/components/main/popup.styl | |
parent | dfce9f0a0f441e3776734d8f723ddada6b780f66 (diff) | |
download | wekan-de8aa913c5e172469d5bcb64cfc0d982d3fe3d93.tar.gz wekan-de8aa913c5e172469d5bcb64cfc0d982d3fe3d93.tar.bz2 wekan-de8aa913c5e172469d5bcb64cfc0d982d3fe3d93.zip |
a links specifies line breaking rules hotfix.
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r-- | client/components/main/popup.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl index 7ad02f75..41186f12 100644 --- a/client/components/main/popup.styl +++ b/client/components/main/popup.styl @@ -137,8 +137,8 @@ $popupWidth = 300px position: relative margin: 0 -10px text-decoration: none - overflow:hidden; - line-height:33px; + overflow:hidden + line-height:33px .item-name display: block |