Explorar o código

Fixed Truncate for company and aligned Staff Badge

Yoginth %!s(int64=7) %!d(string=hai) anos
pai
achega
6b815898e6
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;
 }