Merge pull request #1107 from batuhawk/master
Menu dropdown text problem fixed
This commit is contained in:
commit
3b155007af
9
public/css/custom.css
vendored
9
public/css/custom.css
vendored
@ -229,8 +229,15 @@ button:focus
|
|||||||
.menu-dropdown
|
.menu-dropdown
|
||||||
{
|
{
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
left: 1.5rem;
|
left: 1.2rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.menu-dropdown-width
|
||||||
|
{
|
||||||
|
min-width: 13rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*--------Left Menu Dropdown Finish--------*/
|
/*--------Left Menu Dropdown Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<i class="fas fa-sort-down pl-2"></i>
|
<i class="fas fa-sort-down pl-2"></i>
|
||||||
</a>
|
</a>
|
||||||
@permission('read-common-companies')
|
@permission('read-common-companies')
|
||||||
<div class="dropdown-menu dropdown-menu-right menu-dropdown">
|
<div class="dropdown-menu dropdown-menu-right menu-dropdown menu-dropdown-width">
|
||||||
@foreach($companies as $com)
|
@foreach($companies as $com)
|
||||||
<a href="{{ route('companies.switch', $com->id) }}" class="dropdown-item">
|
<a href="{{ route('companies.switch', $com->id) }}" class="dropdown-item">
|
||||||
<i class="fas fa-building"></i>
|
<i class="fas fa-building"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user