feat(instance-info): increase max description height

This commit is contained in:
FineFindus
2023-05-22 20:24:55 +02:00
parent 0b08072dfc
commit d4e1850d8c
2 changed files with 4 additions and 2 deletions

View File

@@ -3,4 +3,6 @@
<dimen name="text_max_height">220dp</dimen>
<dimen name="text_collapsed_height">145dp</dimen>
<dimen name="layout_max_width">450dp</dimen>
<dimen name="description_max_height">1000dp</dimen>
<dimen name="description_collapsed_height">445dp</dimen>
</resources>