From 3921ce07091d259d39f1bd856f4d6d1958842d21 Mon Sep 17 00:00:00 2001 From: tofulm Date: Fri, 20 Jan 2023 16:23:55 +0100 Subject: [PATCH] on passe en em et non rem --- css/gamutable.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/gamutable.css b/css/gamutable.css index 1829c99..6efe44f 100644 --- a/css/gamutable.css +++ b/css/gamutable.css @@ -1,5 +1,5 @@ .gamutable__input--rechercher { - padding: 0.25rem 1rem; + padding: 0.25rem 1em; } .vue-tags .vue-tag.selected { @@ -81,7 +81,7 @@ th .vue-select { } .gamutable table { - font-size: 1rem; + font-size: 1em; table-layout: auto; } .gamutable table thead { @@ -105,7 +105,7 @@ th .vue-select { } .gamutable table .iconeTri { float: right; - width: calc(1rem + 4px); + width: calc(1em + 4px); } .gamutable table .iconeTri .fa { padding: 2px 5px;