Skip to content

Commit

Permalink
add class fieldDescription to add padding to dialog fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 23, 2021
1 parent fab3b07 commit 046ddf3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
jcr:description="used to load helpers for authoring mode directly into classic ui workflow editor clientlibs"
allowProxy="{Boolean}true"
jsProcessor="[default:none,min:none]"
cssProcessor="[default:none,min:none]"
categories="[cq.authoring.editor.workflow]"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#base=css
dialog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.fieldDescription {
white-space: pre-line;
display: block;
padding-bottom: 15px;
}

0 comments on commit 046ddf3

Please sign in to comment.