From 695a5e5aa952244e5bc4dc738571250eb5a76a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 28 Oct 2021 17:24:55 +0200 Subject: [PATCH] adjust table width --- ui/src/components/widgets/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/widgets/Table.vue b/ui/src/components/widgets/Table.vue index 356180f..df365e9 100644 --- a/ui/src/components/widgets/Table.vue +++ b/ui/src/components/widgets/Table.vue @@ -280,7 +280,7 @@ table { } .attr-col { - width: 25%; + width: 33%; } &.reverse .attr-col {