mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 09:00:59 +00:00
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
9 lines
160 B
SCSS
9 lines
160 B
SCSS
// Wall of Browser Bugs
|
|
//
|
|
// Better display for the responsive table on the Wall of Browser Bugs.
|
|
|
|
.bd-browser-bugs {
|
|
th:first-child {
|
|
width: 18%;
|
|
}
|
|
}
|