Skip to content

Commit

Permalink
Issue 176 improve suffix/prefix styling (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Jan 15, 2021
1 parent 07b51f0 commit bd95ddd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/webform.css
Expand Up @@ -32,6 +32,14 @@ html.js input.webform-calendar {
display: block;
float: left;
}
.webform-component .field-prefix {
display: inline;
padding: 0 0.5em 0 0;
}
.webform-component .field-suffix {
display: inline;
padding: 0 0 0 0.5em;
}
.webform-container-inline div.ajax-progress-bar div {
display: inherit;
}
Expand Down

0 comments on commit bd95ddd

Please sign in to comment.