diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-25 20:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 14:58:12 -0400 |
commit | 6764daf7e5a5c485d991fc8030c3c97eab3d1792 (patch) | |
tree | eaa369d324b3be865818aaedb43efd3544ddb179 /web_src/less | |
parent | 0b1bb964413c3785e8b4d75e4242513af86bfdf5 (diff) | |
download | gitea-6764daf7e5a5c485d991fc8030c3c97eab3d1792.tar.gz gitea-6764daf7e5a5c485d991fc8030c3c97eab3d1792.zip |
Use Fomantic's fluid padded for blame full width (#12023)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/_repository.less | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 67bd582161..c054b70971 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -245,12 +245,6 @@ } &.file.list { - &.blame { - .ui.container:not(.flex) { - width: 98%; - } - } - .repo-description { display: flex; justify-content: space-between; |