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 e516018 commit b08c7afCopy full SHA for b08c7af
web_src/css/modules/table.css
@@ -152,6 +152,31 @@
152
}
153
154
155
+.ui.table[class*="left aligned"],
156
+.ui.table [class*="left aligned"] {
157
+ text-align: left;
158
+}
159
+
160
+.ui.table[class*="center aligned"],
161
+.ui.table [class*="center aligned"] {
162
+ text-align: center;
163
164
165
+.ui.table[class*="right aligned"],
166
+.ui.table [class*="right aligned"] {
167
+ text-align: right;
168
169
170
+.ui.table[class*="top aligned"],
171
+.ui.table [class*="top aligned"] {
172
+ vertical-align: top;
173
174
175
+.ui.table[class*="middle aligned"],
176
+.ui.table [class*="middle aligned"] {
177
+ vertical-align: middle;
178
179
180
.ui.table th.collapsing,
181
.ui.table td.collapsing {
182
width: 1px;
0 commit comments