9 lines
138 B
CSS
9 lines
138 B
CSS
.searchInputRowHeight {
|
|
height: 35px;
|
|
display: inline-block;
|
|
min-width: 360px;
|
|
}
|
|
|
|
.searchPanelInputLabel {
|
|
min-width: 130px;
|
|
}
|