Add max-width to right and left panels

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2020-06-03 14:56:44 -05:00
parent 013751e308
commit 92c28f089c
No known key found for this signature in database
GPG Key ID: 37419210002890EF
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ limitations under the License.
display: flex;
/* LeftPanel 260px */
min-width: 260px;
max-width: 50%;
flex: 0 0 auto;
}

View File

@ -20,6 +20,7 @@ limitations under the License.
flex: 0 0 auto;
position: relative;
min-width: 264px;
max-width: 50%;
display: flex;
flex-direction: column;
}