Skip to content

Commit b09b950

Browse files
Merge pull request #172 from VKCOM/o.shcherbakov/fix-devices-table
fix(ui): device table width
2 parents 3886504 + e375c44 commit b09b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ui/device-table/device-table.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.table {
77
table-layout: fixed;
88
border-collapse: collapse;
9-
width: min-content;
9+
width: 100%;
1010

1111
th {
1212
cursor: pointer;

0 commit comments

Comments
 (0)