Marthee commited on
Commit
2f5ba49
·
verified ·
1 Parent(s): 2b80411

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +9 -1
static/style.css CHANGED
@@ -1003,4 +1003,12 @@ cursor: pointer;
1003
  background: #ddd !important;
1004
  color: #888 !important;
1005
  cursor: not-allowed;
1006
- }
 
 
 
 
 
 
 
 
 
1003
  background: #ddd !important;
1004
  color: #888 !important;
1005
  cursor: not-allowed;
1006
+ }
1007
+
1008
+ /* Put both buttons on one line, neatly spaced */
1009
+ .row-actions {
1010
+ display: flex;
1011
+ gap: 6px;
1012
+ align-items: center;
1013
+ flex-wrap: wrap; /* in case the row is narrow */
1014
+ }