瀏覽代碼

Make actions bar responsive.

Tatiana Inama 6 年之前
父節點
當前提交
b1fadbb8f2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/src/components/Table/styles.css

+ 3 - 1
app/src/components/Table/styles.css

@@ -54,11 +54,13 @@ td.critter-img img {
 .cc-critter-schedule-actions {
   display: flex;
   justify-content: flex-end;
-  padding: 1rem 0;
+  margin-bottom: 1rem;
+  flex-wrap: wrap;
 }
 .cc-critter-schedule-actions > div,
 .cc-critter-schedule-actions > button {
   margin-left: 1rem;
+  margin-top: 0.5rem;
 }
 .cc-critter-schedule-actions-search {
   display: flex;