mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
hatching modal auto height to accommodate longer strings (#11538)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
b40dee9e68
commit
3fa0bac36f
@@ -70,7 +70,8 @@
|
||||
}
|
||||
|
||||
.text {
|
||||
height: 60px;
|
||||
height: auto;
|
||||
min-height: 60px;
|
||||
font-size: 14px;
|
||||
line-height: 1.43;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user