]> source.dussan.org Git - gitea.git/commitdiff
Prevent clipping input text in Chrome (#14179)
authorKyle D <kdumontnu@gmail.com>
Fri, 1 Jan 2021 19:05:40 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jan 2021 19:05:40 +0000 (14:05 -0500)
web_src/less/_repository.less

index f0e180019e186b5e8cffec7ad0ff23e985676966..b19eec58ebf08230e3a746c17d042a50f4a3a5db 100644 (file)
       border-radius: 0;
       padding: 5px 10px;
       width: 50%;
+      line-height: 1.4;
     }
 
     .clone.button {
         border-radius: 0;
         padding: 5px 10px;
         font-size: 1.2em;
+        line-height: 1.4;
       }
     }
   }