Skip to content

Commit

Permalink
add css fix for nestedforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Apr 4, 2024
1 parent f7996c4 commit 1bcf104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/multilingual.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.field-multilingual.field-multilingual-nestedform.is-empty .ml-btn{top:-10px;right:5px;text-align:right}
.field-multilingual.field-multilingual-repeater.is-empty .ml-dropdown-menu,
.field-multilingual.field-multilingual-nestedform.is-empty .ml-dropdown-menu{top:15px;right:-7px}
.fancy-layout .form-tabless-fields .field-multilingual .ml-btn{color:rgba(255,255,255,0.8)}
.fancy-layout .form-tabless-fields .field-multilingual .ml-btn:hover{color:#fff}
.fancy-layout *:not(.nested-form)>.form-widget>.layout-row>.form-tabless-fields .field-multilingual .ml-btn{color:rgba(255,255,255,0.8)}
.fancy-layout *:not(.nested-form)>.form-widget>.layout-row>.form-tabless-fields .field-multilingual .ml-btn:hover{color:#fff}
.fancy-layout .field-multilingual-text input.form-control{padding-right:44px}
.help-block.before-field + .field-multilingual.field-multilingual-textarea .ml-btn{top:-41px}
.help-block.before-field + .field-multilingual.field-multilingual-textarea .ml-btn{top:-41px}

0 comments on commit 1bcf104

Please sign in to comment.