Преглед на файлове

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