Skip to content
Snippets Groups Projects
Unverified Commit d975d759 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix dashboard parameters tablet layout (#23043)

parent ea9a7d01
No related merge requests found
......@@ -7,13 +7,6 @@
width: 100%;
}
@media screen and (--breakpoint-min-sm) {
:local(.container) {
margin-right: 0.85em;
width: auto;
}
}
:local(.container) legend {
text-transform: none;
position: relative;
......@@ -70,8 +63,7 @@
}
:local(.parameter.noPopover) input {
/* NOTE: Fixed with to circumvent issues with flexbox with container having a min-width */
width: 115px;
width: 100%;
font-size: 1em;
font-weight: 600;
border: none;
......@@ -111,9 +103,6 @@
color: var(--color-text-white);
}
:local(.input) {
}
:local(.nameInput:focus),
:local(.input:focus) {
outline: none;
......@@ -156,3 +145,15 @@
position: absolute;
top: -6px;
}
@media screen and (min-width: 440px) {
:local(.container) {
margin-right: 0.85em;
width: auto;
}
:local(.parameter.noPopover) input {
/* NOTE: Fixed with to circumvent issues with flexbox with container having a min-width */
width: 115px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment