mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 21:57:12 +03:00
13 lines
195 B
SCSS
Executable File
13 lines
195 B
SCSS
Executable File
// 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%;
|
|
}
|
|
}
|