diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 22dee77..a9eb938 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -54,12 +54,12 @@ footer { } nav { - position: sticky; - z-index: 100; - top: 0; - padding: 5px; - margin: 0 0 10px 0; - border-bottom: 1px solid; + position: sticky; + z-index: 100; + top: 0; + padding: 5px; + margin: 0 0 10px 0; + border-bottom: 1px solid; } td, tr{ @@ -299,6 +299,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 9de3925..395260e 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -377,6 +377,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 22dee77..ef7b1d5 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -299,6 +299,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2;