Commit 1f708e33 authored by tauriedavis's avatar tauriedavis

32832 Remove overflow from comment form for confidential issues and vertically...

32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon
parent 5cb8ad6c
......@@ -111,13 +111,28 @@
margin-top: 0;
text-align: center;
font-size: 12px;
align-items: center;
@media (max-width: $screen-sm-max) {
@media (max-width: $screen-md-max) {
// On smaller devices the warning becomes the fourth item in the list,
// rather than centering, and grows to span the full width of the
// comment area.
order: 4;
-webkit-order: 4;
margin: 6px auto;
width: 100%;
}
.fa {
margin-right: 8px;
}
}
.right-sidebar-expanded {
.confidential-issue-warning {
// When the sidebar is open the warning becomes the fourth item in the list,
// rather than centering, and grows to span the full width of the
// comment area.
order: 4;
margin: 6px auto;
width: 100%;
}
......
---
title: Remove overflow from comment form for confidential issues and vertically aligns
confidential issue icon
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment