Fix for text overflow in footer

This commit is contained in:
softsimon 2020-08-02 15:30:28 +07:00
parent 7443522ed8
commit fa2a995de6
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -11,6 +11,7 @@
.sub-text {
display: block;
font-weight: bold;
white-space: nowrap;
}
.footer > div {