6 lines
97 B
CSS
6 lines
97 B
CSS
.selectedRoomPanel {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|