From ec47d124bb1626d1aa604d7fdb6ddbbd77c14987 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Thu, 26 Dec 2019 16:45:38 +0100 Subject: Shifts overview: only scroll shifts, not whole page --- resources/assets/themes/base.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'resources') diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less index 74dadc11..1335cd04 100644 --- a/resources/assets/themes/base.less +++ b/resources/assets/themes/base.less @@ -233,6 +233,15 @@ table a > .icon-icon_angel { -moz-animation: pulse 1s infinite; } +.legend .label { + white-space: pre-wrap; + line-height: 2; +} + +.shift-calendar.table-responsive { + overflow-x: inherit; +} + @keyframes pulse { 0% { transform: rotate(0deg); -- cgit v1.2.3-54-g00ecf