]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1206 from ArthurHoaro/hotfix/search-input-size
authorArthurHoaro <arthur@hoa.ro>
Mon, 13 Aug 2018 10:23:51 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 10:23:51 +0000 (12:23 +0200)
Fix input size for dropdown search form

assets/default/scss/shaarli.scss

index 6b286f1ecdebdea0893f6a33ea04da1073472c52..b8578ea6869855b907c5d89ae963e938ecb864a0 100644 (file)
@@ -381,8 +381,6 @@ body,
   box-shadow: 0 1px 0 $light-shadow, 0 1px 4px $dark-shadow inset;
   background: $almost-white;
   padding: 5px 5px 3px 15px;
-  width: 20%;
-  height: 20px;
   color: $dark-grey;
 }