We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f4214 commit b90fcd3Copy full SHA for b90fcd3
web_src/css/modules/modal.css
@@ -63,7 +63,6 @@ These inconsistent layouts should be refactored to simple ones.
63
background: var(--color-secondary-bg);
64
border-color: var(--color-secondary);
65
padding: 1rem;
66
- text-align: right;
67
border-radius: 0 0 var(--border-radius) var(--border-radius);
68
}
69
@@ -72,6 +71,10 @@ These inconsistent layouts should be refactored to simple ones.
72
71
text-align: right;
73
74
+.ui.modal .actions {
75
+ text-align: right;
76
+}
77
+
78
/* positive/negative action buttons */
79
.ui.modal .actions > .ui.button {
80
display: inline-flex;
0 commit comments