From aa188b447c4340b27bd28bcc224c9ea7ea9b7d7a Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Wed, 26 Jun 2024 17:18:13 +0200 Subject: [PATCH] Fix button toolbar in motors and modes tabs --- src/css/tabs/auxiliary.less | 2 +- src/css/tabs/motors.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/tabs/auxiliary.less b/src/css/tabs/auxiliary.less index af1e0cf0d2..4c2bbb4e23 100644 --- a/src/css/tabs/auxiliary.less +++ b/src/css/tabs/auxiliary.less @@ -1,5 +1,5 @@ .tab-auxiliary { - width: 100%; + height: 100%; .help { padding: 10px; background-color: #ffcb18; diff --git a/src/css/tabs/motors.less b/src/css/tabs/motors.less index eac8ac8c46..8bcb562cd8 100644 --- a/src/css/tabs/motors.less +++ b/src/css/tabs/motors.less @@ -1,4 +1,5 @@ .tab-motors { + height: 100%; .spacer { display: flex; flex-direction: column;