Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 384bff53 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3697 from IchbinkeinReh/fix-3696

#3696 made message-frame height auto to use the remaining space
parents 32276e64 38a7b26b
Branches
Tags
No related merge requests found
...@@ -98,10 +98,10 @@ export default { ...@@ -98,10 +98,10 @@ export default {
#message-container { #message-container {
flex: 1; flex: 1;
min-height: 50vh; min-height: 50vh;
display: flex;
} }
#message-frame { #message-frame {
height: 100%;
width: 100%; width: 100%;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment