Explorar o código

UI table actions bar
improvements

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
8cd5163da0
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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;
 }