Fix page width on mobile devices

This commit is contained in:
William Brawner 2018-09-02 19:21:10 -05:00
parent 49d30ac416
commit 7177f3bfe3

View file

@ -55,6 +55,11 @@
padding: 1em;
}
.dashboard .no-categories p {
line-height: normal;
white-space: normal;
}
a.view-all {
position: absolute;
right: 0.5em;