mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +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 {
|
.text {
|
||||||
height: 60px;
|
height: auto;
|
||||||
|
min-height: 60px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user