mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
reset body word-break on tables, fixes #49
This commit is contained in:
parent
394c70d5c6
commit
031964817e
@ -8,6 +8,10 @@
|
|||||||
margin-top: $spacer;
|
margin-top: $spacer;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
|
||||||
|
// reset body word-break
|
||||||
|
// so responsive tables can work
|
||||||
|
word-break: normal;
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
padding: $table-cell-padding;
|
padding: $table-cell-padding;
|
||||||
@ -78,5 +82,7 @@
|
|||||||
.table-responsive {
|
.table-responsive {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: .01%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user