Change disclaimer link container to flex box

With this change, long disclaimer links can be wrapped into new line
instead of clipped in single line.

Bug: T282314
Change-Id: I6a4fc4f62a9e593aa990de5d578059facb9b87d9
This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-11-04 20:07:58 +07:00
parent 1f2b7dff15
commit 215364be3a
No known key found for this signature in database
GPG key ID: 4F5883B7B14765BC

View file

@ -7,6 +7,9 @@
ul {
// This is, like, the area for the disclaimer.
&.hlist {
display: flex;
flex-wrap: wrap;
li {
background-color: transparent;
border: 0;