浏览代码

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;
 }