We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86672eb commit cdecd27Copy full SHA for cdecd27
2 files changed
src/components/Alerts.js
@@ -273,7 +273,7 @@ const Alerts = React.memo(
273
<th>Region</th>
274
<th>Service</th>
275
<th>Title</th>
276
- <th className="text-nowrap">Firing Since</th>
+ <th className="text-nowrap snug">Firing Since</th>
277
<th>Status</th>
278
<th></th>
279
</tr>
src/styles/theme.scss
@@ -476,8 +476,10 @@ thead {
476
color: #fff;
477
}
478
479
-td.snug {
480
- width: 1px;
+td, th {
+ &.snug {
481
+ width: 1px;
482
+ }
483
484
485
.action-buttons {
0 commit comments