Make sure left column doesn't go under minimum width

This commit is contained in:
Tobias Berger 2021-09-27 12:28:50 +02:00
parent 4884d13300
commit 04dd2de9ff

View file

@ -27,6 +27,7 @@
height: 100%; height: 100%;
max-height: 100%; max-height: 100%;
width: 20%; width: 20%;
min-width: 20em;
} }
} }
</style> </style>