fix(aio): cheatsheet table layout fix
This commit is contained in:

committed by
Matias Niemelä

parent
6748aeabb6
commit
919ff12377
@ -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;
|
||||
}
|
Reference in New Issue
Block a user