aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-26 23:25:56 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-26 23:25:56 +0200
commit9505eb8445fc3689bdad31bc8a9afe54104d9fcc (patch)
tree1895a894daa4052d43aaa33bc61cad0519819cd5 /p/themes/base-theme/template.css
parentce5162042b64c0a27c5bf65360dd425e1b914583 (diff)
fixed: Safari issue with .stick dropdowns (#4643)
* fix * fixed
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index b2ed62445..463db875c 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -380,6 +380,7 @@ td.numeric {
display: inline-flex;
max-width: 100%;
white-space: nowrap;
+ vertical-align: middle;
}
.stick > input {
@@ -395,6 +396,10 @@ td.numeric {
flex-shrink: 0;
}
+.stick form {
+ display: inline-flex;
+}
+
.btn,
a.btn {
display: inline-block;