fix(aio): cheatsheet table layout fix

This commit is contained in:
Stefanie Fluin
2017-05-03 10:32:15 -07:00
committed by Matias Niemelä
parent 6748aeabb6
commit 919ff12377
2 changed files with 21 additions and 15 deletions

View File

@ -8,6 +8,10 @@ table {
width: 100%;
}
&.is-fixed-layout {
table-layout: fixed;
}
thead {
vertical-align: middle;
border-color: inherit;
@ -83,4 +87,8 @@ table {
}
}
}
#cheatsheet table tbody td {
overflow: auto;
}