mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Fixes #9552: Downsize and use whole numbers for panel title to prevent odd 1px bug
This commit is contained in:
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@@ -2726,7 +2726,7 @@ a.list-group-item:focus {
|
||||
.panel-title {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 17.5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.panel-title > a {
|
||||
|
Reference in New Issue
Block a user