mirror of https://github.com/istio/istio.io.git
fix date line on mobile, tablet (#15468)
This commit is contained in:
parent
10a8b3c7a1
commit
06068e6d0e
|
|
@ -32,7 +32,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@media (min-width: $bp-md) {
|
@media (min-width: $bp-xl) {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue