Преглед изворни кода

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