Skip to content
Snippets Groups Projects
Commit bf50e3e5 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix height issue in report modal

parent a978b889
No related branches found
Tags v1.4.7
No related merge requests found
......@@ -3278,6 +3278,7 @@ button.icon-button.active i.fa-retweet {
.report-modal__statuses {
min-height: 20vh;
max-height: 40vh;
overflow-y: auto;
overflow-x: hidden;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment