mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(textarea): width of textarea was exceeding page area
This commit is contained in:
@ -26,6 +26,7 @@ ion-label {
|
||||
ion-label + ion-input .text-input,
|
||||
ion-label + ion-textarea .text-input {
|
||||
margin-left: $item-ios-padding-left;
|
||||
width: calc(100% - #{$item-ios-padding-left});
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user