소스 검색

HUE-6027 [core] The Autocompleter shouldn't overflow on the header

Enrico Berti 8 년 전
부모
커밋
fcfe98c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue-autocomplete.less

@@ -56,7 +56,7 @@
   background-color: #F9F9F9;
   line-height: 20px;
   font-size: 14px;
-  overflow-x: hidden;
+  overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.