ソースを参照

Fixed Truncate for company and aligned Staff Badge

Yoginth 7 年 前
コミット
6b815898e6
2 ファイル変更2 行追加0 行削除
  1. 1 0
      public/css/gitote.css
  2. 1 0
      public/less/_user.less

+ 1 - 0
public/css/gitote.css

@@ -3488,6 +3488,7 @@ footer .ui.language .menu {
 .truncate {
   overflow: hidden;
   text-overflow: ellipsis;
+  display: inline-block;
   width: 85%;
   margin-bottom: -6px;
 }

+ 1 - 0
public/less/_user.less

@@ -208,6 +208,7 @@
 .truncate {
 	overflow: hidden;
     text-overflow: ellipsis;
+    display: inline-block;
     width: 85%;
     margin-bottom: -6px;
 }