mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fix component margin and padding values to use @line-height-computed
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ th {
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
margin-bottom: @line-height-base;
|
||||
margin-bottom: @line-height-computed;
|
||||
// Cells
|
||||
thead > tr > th,
|
||||
tbody > tr > th,
|
||||
|
||||
Reference in New Issue
Block a user