Skip to content

Commit 4a68dbc

Browse files
committed
fix(section): third iteration of improvements
Signed-off-by: Thierry Bugier <[email protected]>
1 parent faa53a2 commit 4a68dbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css/styles.css

+17
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,18 @@ input.submit_button:focus {
168168
padding-bottom: 1px;
169169
}
170170

171+
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section > a {
172+
font-size: larger;
173+
}
174+
171175
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section:not(:first-of-type) {
172176
margin-top: 20px;
173177
}
174178

179+
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section.not-sortable > a {
180+
padding-left: 15px;
181+
}
182+
175183
/* questions */
176184
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack {
177185
list-style-type: none;
@@ -191,6 +199,15 @@ input.submit_button:focus {
191199
padding-right: 14px;
192200
margin: 0 2px;
193201
background: #F0F0F0;
202+
display: flex;
203+
align-items: center;
204+
}
205+
206+
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item .grid-stack-item-content a[data-field=name] {
207+
flex-grow: 1;
208+
overflow: hidden;
209+
text-overflow: ellipsis;
210+
white-space: nowrap;
194211
}
195212

196213
#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item.ui-draggable-dragging {

0 commit comments

Comments
 (0)