Skip to content

Commit

Permalink
Fix CSS issue on "Pattern options" tab in Resource Registries
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Jul 1, 2020
1 parent c93a84e commit 91da7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,13 @@
}

.lessvariables,
.patternoptionsuse {
.patternoptions {
.form{
padding-top: 15px;
clear: both;
}
}

.pat-resourceregistry .lessvariables .form {
padding-top: 10px;
clear: both;
}

.patternoptions {
.form-control-feedback {
top: 0;
Expand Down
3 changes: 3 additions & 0 deletions news/990.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix CSS issue on "Pattern options" tab in Resource Registries (padding-top of the tab content).
This fixes https://github.com/plone/Products.CMFPlone/issues/1111
[vincentfretin]

0 comments on commit 91da7f6

Please sign in to comment.