mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
15 lines
312 B
SCSS
15 lines
312 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
// Wall of Browser Bugs
|
|
//
|
|
// Better display for the responsive table on the Wall of Browser Bugs.
|
|
|
|
.bd-browser-bugs {
|
|
td p {
|
|
margin-bottom: 0;
|
|
}
|
|
th:first-child {
|
|
width: 18%;
|
|
}
|
|
}
|