UI: Set app content min-width

This commit is contained in:
Marcel Klehr 2020-04-18 15:14:14 +02:00
parent c8dd018fc5
commit 8f57852042
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export default {
<style>
#app-content {
max-width: calc(100vw - 300px);
min-width: 0;
}
@media only screen and (max-width: 768px) {