fix flexbox issue for empty tabs
This commit is contained in:
parent
22616cbed9
commit
932562ab2e
2 changed files with 8 additions and 3 deletions
|
|
@ -130,11 +130,12 @@ input[type=checkbox]:focus {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#classDisplay {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue