Просмотр исходного кода

a links specifies line breaking rules hotfix.

Yasar icli 10 лет назад
Родитель
Сommit
de8aa913c5
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      client/components/main/layouts.styl
  2. 2 2
      client/components/main/popup.styl

+ 1 - 0
client/components/main/layouts.styl

@@ -83,6 +83,7 @@ strong
 p
   a
     text-decoration: underline
+    word-wrap: break-word
 
 table, p
   margin-bottom: 8px

+ 2 - 2
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