Skip to content

Commit b90fcd3

Browse files
committed
fix modal actions
1 parent 38f4214 commit b90fcd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web_src/css/modules/modal.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ These inconsistent layouts should be refactored to simple ones.
6363
background: var(--color-secondary-bg);
6464
border-color: var(--color-secondary);
6565
padding: 1rem;
66-
text-align: right;
6766
border-radius: 0 0 var(--border-radius) var(--border-radius);
6867
}
6968

@@ -72,6 +71,10 @@ These inconsistent layouts should be refactored to simple ones.
7271
text-align: right;
7372
}
7473

74+
.ui.modal .actions {
75+
text-align: right;
76+
}
77+
7578
/* positive/negative action buttons */
7679
.ui.modal .actions > .ui.button {
7780
display: inline-flex;

0 commit comments

Comments
 (0)