ggooalice 2 rokov pred
rodič
commit
2f1c2f994b

+ 4 - 4
fhKeeper/formulahousekeeper/timesheet/index.html

@@ -69,7 +69,9 @@
                 max-width: 1000px;
             }
             .projectSelectPopperClass li{
-                display: flex;
+                overflow: hidden;
+                white-space: nowrap;
+                text-overflow: ellipsis;
             }
             .projectSelectPopperClass .el-select-dropdown__item span:nth-child(1){
                 font-size: 13px;
@@ -80,9 +82,7 @@
                 font-size: 13px;
                 height: 34px;
                 max-width: 650px;
-                overflow: hidden;
-                white-space: nowrap;
-                text-overflow: ellipsis;
+                
                 text-align: right;
             }
         </style>