fix(docs-infra): enable only vertical scrolling for contributors bio (#30991)

- `auto` will enable scrolling only when needed
- `overflow-y` will ensure to keep the scrolling horizontally only

PR Close #30991
This commit is contained in:
Alan 2019-06-12 09:31:04 +02:00 committed by Andrew Kushnir
parent 574990e0fd
commit 82e0b4a4fb
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ aio-contributor {
line-height: 18px;
margin: 8px 16px;
text-overflow: ellipsis;
overflow: scroll;
overflow-y: auto;
font-weight: 400;
}
}