Removed extra ;
This commit is contained in:
parent
9063761dd1
commit
bd14c822e3
|
|
@ -6,7 +6,7 @@ html, body {
|
|||
|
||||
#layout_container {
|
||||
display: flex;
|
||||
height: calc(100% - 60px);;
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
#selected_infoblock {
|
||||
|
|
|
|||
Loading…
Reference in New Issue