From a6a04845ca826765021bd1e7b80921df3947b960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr> Date: Wed, 29 Sep 2021 14:17:50 +0200 Subject: [PATCH] move checkbox to left of table --- src/views/feature/Feature_list.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/feature/Feature_list.vue b/src/views/feature/Feature_list.vue index 8398478b..1a758510 100644 --- a/src/views/feature/Feature_list.vue +++ b/src/views/feature/Feature_list.vue @@ -912,6 +912,17 @@ and also iPads specifically. .center { text-align: right !important; } + + #table-features { + margin-left: 1em; + width: calc(100% - 1em); + } + + .ui.checkbox { + position: absolute; + left: -1.75em; + top: 5em; + } } </style> -- GitLab