12 lines
167 B
CSS
12 lines
167 B
CSS
#results_processing {
|
|
height: 70px;
|
|
}
|
|
|
|
#select-realm-container {
|
|
display: flex;
|
|
}
|
|
|
|
#select-realm-container .realm-label {
|
|
align-self: center;
|
|
margin-right: 4px;
|
|
}
|