mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
* Enable resizing of message box (#11950) * Added maximum height to textarea (#11950) Co-authored-by: Alex Jeffrey <alex@alexjeffrey.mee>
This commit is contained in:
@@ -429,11 +429,12 @@
|
||||
}
|
||||
|
||||
&.has-content {
|
||||
--textarea-auto-height: 80px
|
||||
--textarea-auto-height: 80px;
|
||||
}
|
||||
|
||||
max-height: var(--textarea-auto-height, 40px);
|
||||
height: var(--textarea-auto-height, 40px);
|
||||
min-height: var(--textarea-auto-height, 40px);
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user