TimePicker: Fixed css issue casued by CSS Optimizer (#18244)

Fixes #18158
This commit is contained in:
Torkel Ödegaard 2019-07-24 12:44:24 +02:00 committed by David
parent 6144c0f51d
commit 3145a1dd29

View File

@ -18,7 +18,6 @@
.time-picker-popover {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
border: 1px solid $popover-border-color;
border-radius: $border-radius;
@ -31,6 +30,7 @@
max-width: 600px;
top: 41px;
right: 0px;
}
.time-picker-popover-body {
display: flex;
@ -66,7 +66,6 @@
justify-content: center;
padding: $space-md;
}
}
.time-picker-popover-header {
background: $popover-header-bg;