Fix navigation controls wrapping on Notifications page

Fixing regression from a8ef5fe765c1.

Bug: T210487
Change-Id: I914b94515398d9fa388e8a8984b22f52e3507c86
This commit is contained in:
Volker E 2018-11-27 09:27:52 -08:00
parent 2854d457cd
commit b680244f8a

View file

@ -12,6 +12,10 @@
vertical-align: middle;
}
&-direction {
white-space: nowrap;
}
&-label {
padding: 0 0.5em;
white-space: nowrap;