Add word-break to bottom menu button labels

This commit is contained in:
André Wahlberg 2020-11-27 16:15:27 +01:00
parent a1158d4525
commit e8cfc33991

View File

@ -22,6 +22,7 @@
flex-direction: column;
align-items: center;
justify-content: space-evenly;
word-break: break-word;
}
#bottomMenu button:active {