Przeglądaj źródła

AMBARI-7256. Slider View: Create app wizard's 'Allocate Resources' page should have smaller text boxes (alexantonenko)

Alex Antonenko 11 lat temu
rodzic
commit
daefe5daaa

+ 5 - 3
contrib/views/slider/src/main/resources/ui/app/styles/application.less

@@ -359,16 +359,18 @@ a {
   }
   #step2 {
     .table-container {
-      max-height: 225px;
+      max-height: 248px;
       border: 1px solid #e3e3e3;
       padding: 5px;
-      margin-bottom: 20px;
-      overflow-y: auto;
       border-radius: 4px;
+      overflow: hidden;
       .components-table {
         width: 100%;
         border-spacing: 10px;
         border-collapse: separate;
+        input{
+          width: 124px;
+        }
       }
       margin-bottom: 30px;
     }