소스 검색

UI table actions bar
improvements

Tatiana Inama 6 년 전
부모
커밋
8cd5163da0
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      app/src/components/Table/styles.css

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

@@ -39,5 +39,10 @@ td.critter-img img {
 
 .cc-critter-schedule-actions {
   display: flex;
-  justify-content: space-between;
+  justify-content: flex-end;
+  padding: 1rem 0;
+}
+.cc-critter-schedule-actions > div,
+.cc-critter-schedule-actions > button {
+  margin-left: 1rem;
 }