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:
Himanshu Kumar Suman 2023-01-03 10:45:57 +05:30 committed by GitHub
parent b7ac2cf99f
commit f7a288e4a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -5173,7 +5173,7 @@ div#driver-page-overlay {
}
.organization-list {
margin-top: 5px;
margin-top: 4px;
.btn {
border: 0px;