Allow the timepicker widget width to vary to account for longer time formats

pull/6057/head
jacobtoppm 2020-05-22 11:18:33 +01:00 zatwierdzone przez Matt Westcott
rodzic da3c162d4d
commit 38f18ae98b
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -106,7 +106,7 @@
}
.xdsoft_timepicker {
width: 70px;
min-width: 70px;
float: left;
text-align: center;
margin-left: 8px;
@ -152,6 +152,8 @@
border-bottom-width: 0;
height: 2.3em;
line-height: 2.3em;
padding-left: 0.6em;
padding-right: 0.6em;
// stylelint-disable-next-line max-nesting-depth
&:first-child {