We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7705e58 commit b86de8dCopy full SHA for b86de8d
1 file changed
css/styles.css
@@ -168,11 +168,16 @@ input.submit_button:focus {
168
padding-bottom: 1px;
169
display: flex;
170
flex-wrap: wrap;
171
+ align-items: center;
172
}
173
174
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section > a {
175
font-size: larger;
- flex-grow: 1;
176
+ overflow: hidden;
177
+ white-space: nowrap;
178
+ text-overflow: ellipsis;
179
+ flex: 1;
180
+ margin: 5px 0 0 5px;
181
182
183
#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section:not(:first-of-type) {
0 commit comments