mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
hatching modal auto height to accommodate longer strings (#11538)
This commit is contained in:
parent
b40dee9e68
commit
3fa0bac36f
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue