mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 10:13:57 +00:00
Bottom margin for tab nav only on portals
This commit is contained in:
parent
7fc0ab36b3
commit
b8fb750c16
2 changed files with 5 additions and 1 deletions
|
@ -90,6 +90,10 @@
|
|||
}
|
||||
// End Actions
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: @margin-md;
|
||||
}
|
||||
|
||||
/*
|
||||
Begin Print
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Overrides for nav.less
|
||||
.nav-tabs {
|
||||
border: 0!important;
|
||||
margin-bottom: @margin-md;
|
||||
margin-bottom: 0;
|
||||
margin-top: -@line-height-computed; //- adjusted for portal-name
|
||||
padding: @padding-lg 0 @padding-md;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue