mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
fix textarea's bottom padding
This commit is contained in:
parent
c91097fec3
commit
695618f536
1 changed files with 8 additions and 2 deletions
|
|
@ -100,8 +100,14 @@ input {
|
|||
|
||||
textarea {
|
||||
@apply --marketplaceInputStyles;
|
||||
min-height: 48px;
|
||||
padding: 0 0 5px 0;
|
||||
|
||||
/* Todo: All textareas are using auto-sizing extension which currently calculates required space incorrectly when box-sixing is "border-box" */
|
||||
box-sizing: content-box;
|
||||
padding: 0 0 10px 0;
|
||||
|
||||
&::placeholder {
|
||||
padding: 0 0 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.fontsLoaded) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue