zhuth 7 лет назад
Родитель
Сommit
6780285d83
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      kanban-console/src/main/webapp/resources/css/boardshow/main.css

+ 4 - 2
kanban-console/src/main/webapp/resources/css/boardshow/main.css

@@ -102,7 +102,8 @@ li b {
   line-height: 14px;
 }
 .rc-form {
-  height: 100%;
+  margin: 10px;
+  height: calc(100% - 20px);
   overflow: hidden;
 }
 .rc-form table {
@@ -139,7 +140,8 @@ li b {
   text-align: left;
 }
 .rc-table {
-  height: 100%;
+  margin: 10px;
+  height: calc(100% - 20px);
   color: white;
 }
 .rc-table-main {