From 002ae1ebdd249f9c34a480ffa94f528ad8266686 Mon Sep 17 00:00:00 2001 From: milospp Date: Mon, 25 Sep 2023 19:31:21 +0200 Subject: [PATCH] Added responsiveness to Page managment table --- webapp/src/main/webapp/themes/wilma/css/wilma.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/src/main/webapp/themes/wilma/css/wilma.css b/webapp/src/main/webapp/themes/wilma/css/wilma.css index d2bea2fec..8357fb60c 100644 --- a/webapp/src/main/webapp/themes/wilma/css/wilma.css +++ b/webapp/src/main/webapp/themes/wilma/css/wilma.css @@ -137,6 +137,7 @@ input[type="password"] { -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: .8em; + max-width: 100%; } input.block { margin-bottom: 20px; @@ -1886,6 +1887,10 @@ p.address-line { text-wrap: wrap; } +#pageList { + overflow-x: auto; +} + /* -------------------------------------------------> */ /* REVISION INFO -----------------------------------> */ /* -------------------------------------------------> */