Skip to content

Commit

Permalink
Fix textarea and mediafinder
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV authored Oct 5, 2023
1 parent be58cb9 commit 15afd6e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions assets/less/multilingual.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
}
}

textarea + .ml-btn {
border-bottom-right-radius: 0px;
border-bottom-left-radius: .375rem;
}

&.field-multilingual-repeater .ml-btn {
top: 3px;
bottom: auto;
Expand All @@ -51,6 +46,15 @@
}

&.field-multilingual-textarea {
textarea {
padding-right: 2rem;
}

textarea + .ml-btn {
border-bottom-right-radius: 0px;
border-bottom-left-radius: .375rem;
}

.ml-dropdown-menu {
top: 28px;
right: 1px;
Expand Down Expand Up @@ -97,6 +101,12 @@
right: 0;
}
}

&.field-multilingual-mediafinder {
.ml-btn {
border-radius: .375rem;
}
}
}

.fancy-layout {
Expand Down

0 comments on commit 15afd6e

Please sign in to comment.