소스 검색

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;