소스 검색

Fixed Truncate for company and aligned Staff Badge

Yoginth 7 년 전
부모
커밋
a13e7b4d32
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      public/css/gitote.css
  2. 0 1
      public/less/_user.less

+ 0 - 1
public/css/gitote.css

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

+ 0 - 1
public/less/_user.less

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