mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix component margin and padding values to use @line-height-computed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
// Parent container
|
||||
.accordion {
|
||||
margin-bottom: @line-height-base;
|
||||
margin-bottom: @line-height-computed;
|
||||
}
|
||||
|
||||
// Group == heading + body
|
||||
|
||||
Reference in New Issue
Block a user