fix styling for 'Private' checkbox in Redmine 3.1+

This commit is contained in:
mrliptontea
2016-07-02 20:33:20 +01:00
parent 60cd90a36a
commit 02dd1f43a0
2 changed files with 4 additions and 3 deletions

View File

@@ -496,14 +496,15 @@ select.bool_cf {
/**
* Hack: first <p> in issue form ("private" option) is moved to the right with
* inline styles. Don't allow it break the layout
* #all_attributes > p[style] is targeting Redmine 2.x
*/
#issue_is_private_wrap,
#all_attributes > p[style] {
// scss-lint:disable ImportantRule
margin-right: 0 !important;
margin-bottom: 0;
padding-left: 0;
float: right;
input {
top: 2px;

File diff suppressed because one or more lines are too long