Commit 3c63ac4c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '32832-confidential-issue-overflow' into 'master'

32832 Remove overflow from comment form for confidential issues and vertically a…

Closes #32832 and #32926

See merge request !11867
parents 7cc734a2 1f708e33
......@@ -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