mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Adjust btn-group for correct borders on PDF buttons
This commit is contained in:
parent
9880df496f
commit
d88cbc342a
2 changed files with 0 additions and 4 deletions
|
@ -114,9 +114,6 @@
|
|||
}
|
||||
.btn-group {
|
||||
margin: 0 (@line-height-computed / 2);
|
||||
> a {
|
||||
margin: 0;
|
||||
}
|
||||
> .btn-group {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
.btn-group > .btn:last-child:not(:first-child),
|
||||
.btn-group > .dropdown-toggle:not(:first-child) {
|
||||
.border-left-radius(0);
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)
|
||||
|
|
Loading…
Reference in a new issue