This commit is contained in:
Laurent Destailleur 2020-03-11 11:00:57 +01:00
parent d956222e36
commit c4b5a6f54b
2 changed files with 4 additions and 1 deletions

View File

@ -351,7 +351,7 @@ a.top-menu-dropdown-link {
*/ */
.dropdown-search-input { .dropdown-search-input {
width: 280px; width: 100%;
padding: 10px 35px 10px 20px; padding: 10px 35px 10px 20px;
background-color: transparent; background-color: transparent;

View File

@ -6,6 +6,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
* Dropdown of user popup * Dropdown of user popup
*/ */
.bookmark-footer a.top-menu-dropdown-link {
white-space: normal;
}
button.dropdown-item.global-search-item { button.dropdown-item.global-search-item {
outline: none; outline: none;