adjust CSS flexbox to allocate extra width to the board first

This commit is contained in:
Jesse D. McDonald 2020-03-15 01:19:22 -05:00
parent 7bdc889b87
commit 3410e2d4f0
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ button:disabled .silhouette {
#cb_outer {
width: 100%;
max-width: calc(100vh - 4em);
flex: 1 0 auto;
}
#cb_container {