mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix-the-height-of-button-in-navbar-#3136 (#4980)
* fix-the-height-of-button-in-navbar-#3136 * Reverted package-lock.json changes * Fixed organisation height Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
This commit is contained in:
parent
b7ac2cf99f
commit
f7a288e4a5
2 changed files with 2 additions and 1 deletions
|
|
@ -328,6 +328,7 @@ export const Organization = function Organization({ darkMode }) {
|
|||
href="#"
|
||||
className={`btn ${!isSingleOrganization || admin ? 'dropdown-toggle' : ''} ${darkMode && 'text-muted'}`}
|
||||
onMouseOver={() => setIsListOrganizations(false)}
|
||||
style={{ height: '38px' }}
|
||||
>
|
||||
<div>{organization}</div>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -5173,7 +5173,7 @@ div#driver-page-overlay {
|
|||
}
|
||||
|
||||
.organization-list {
|
||||
margin-top: 5px;
|
||||
margin-top: 4px;
|
||||
|
||||
.btn {
|
||||
border: 0px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue