fix flexbox issue for empty tabs

This commit is contained in:
ransurf 2022-01-14 15:53:03 -08:00
parent 22616cbed9
commit 932562ab2e
2 changed files with 8 additions and 3 deletions

View file

@ -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%;
}