fixed css problem: habit content width too thin

This commit is contained in:
Zain 2021-11-16 18:59:11 +05:30
parent 3d61b94932
commit 9d6c50ef88
No known key found for this signature in database
GPG key ID: 84AD8F072D45C37F

View file

@ -23,7 +23,7 @@
.habit-text {
text-align: center !important;
padding: 0px;
width: 80px;
width: 50%;
margin-right: 20px;
}