Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
384bff53
Unverified
Commit
384bff53
authored
Oct 14, 2020
by
Christoph Wurst
Committed by
GitHub
Oct 14, 2020
Browse files
Options
Downloads
Plain Diff
Merge pull request #3697 from IchbinkeinReh/fix-3696
#3696 made message-frame height auto to use the remaining space
parents
32276e64
38a7b26b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/MessageHTMLBody.vue
+1
-1
1 addition, 1 deletion
src/components/MessageHTMLBody.vue
with
1 addition
and
1 deletion
src/components/MessageHTMLBody.vue
+
1
−
1
View file @
384bff53
...
@@ -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
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment