Fix MR tabs bottom border
This commit is contained in:
parent
a34666e655
commit
e4662b155c
1 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,9 @@ table {
|
|||
}
|
||||
|
||||
.nav-tabs {
|
||||
// Override bootstrap's default border
|
||||
border-bottom: 0;
|
||||
|
||||
.nav-link {
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
|
|
Loading…
Reference in a new issue