From e422342eebc18034ef586ec58f1e2fff0340091d Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 19 Apr 2023 21:40:42 +0800 Subject: Allow adding new files to an empty repo (#24164) ![image](https://user-images.githubusercontent.com/2114189/232561612-2bfcfd0a-fc04-47ba-965f-5d0bcea46c54.png) --- web_src/css/repository.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web_src') diff --git a/web_src/css/repository.css b/web_src/css/repository.css index 05e50548d9..8e764f54cd 100644 --- a/web_src/css/repository.css +++ b/web_src/css/repository.css @@ -1911,15 +1911,12 @@ border-radius: var(--border-radius) 0 0 var(--border-radius); } -.repository.quickstart .guide .ui.action.small.input { - width: 100%; -} - .repository.quickstart .guide #repo-clone-url { border-radius: 0; padding: 5px 10px; font-size: 1.2em; line-height: 1.4; + flex: 1 } .repository.release #release-list { -- cgit v1.2.3