mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 02:22:52 +09:00
Fix incorrect textarea sizing when lang selector is active
This commit is contained in:
parent
796ecec247
commit
a2281edc7a
3 changed files with 27 additions and 21 deletions
|
|
@ -310,8 +310,6 @@
|
|||
.x input.x_full-width,
|
||||
.x textarea.x_full-width,
|
||||
.x .x_uneditable-input.x_full-width{width:calc(100% - 14px);resize:vertical}
|
||||
.x textarea.x_full-width.lang_code{width:calc(100% - 42px);resize:vertical}
|
||||
.x textarea.x_full-width + textarea.lang_code{width:calc(100% - 42px);resize:vertical}
|
||||
.x textarea{height:auto;min-height:80px;}
|
||||
.x textarea,
|
||||
.x input[type="text"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue