Fix for text overflow in footer

This commit is contained in:
softsimon 2020-08-02 15:30:28 +07:00
parent 0111b0efe2
commit a975a5af9c

View File

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