mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Fixes #9552: Downsize and use whole numbers for panel title to prevent odd 1px bug
This commit is contained in:
Vendored
+1
-1
@@ -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