Spaces:
Sleeping
Sleeping
Commit ·
194a2a9
1
Parent(s): e715c5d
ui: inline Document label with dropdown to save space
Browse files- app/globals.css +2 -2
app/globals.css
CHANGED
|
@@ -424,8 +424,8 @@ h4 {
|
|
| 424 |
|
| 425 |
.select-group {
|
| 426 |
display: flex;
|
| 427 |
-
|
| 428 |
-
gap:
|
| 429 |
}
|
| 430 |
|
| 431 |
.select-group label {
|
|
|
|
| 424 |
|
| 425 |
.select-group {
|
| 426 |
display: flex;
|
| 427 |
+
align-items: center;
|
| 428 |
+
gap: 8px;
|
| 429 |
}
|
| 430 |
|
| 431 |
.select-group label {
|