Skip to content

Commit

Permalink
align nav links in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Dec 18, 2022
1 parent 9206356 commit ddfe841
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,12 @@ input, output, .xforms-control.xforms-select1.xforms-incremental, .xforms-contro
margin-top: -2px;
}
}

// form builder: form settings
.fb-dialog-form-settings-fields.xbl-component.xbl-fr-tabbable {
font-size: 14px;
.nav-tabs .nav-item .nav-link {
padding: 0.5rem 0.628rem;
}
}
}

0 comments on commit ddfe841

Please sign in to comment.