diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-10-04 10:18:46 +0300 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-10-04 09:18:46 +0200 |
commit | 1a2d7207ea38a2c5f32b0fa8e7778c747a5631c8 (patch) | |
tree | f057dbc8b7c6ebf38fb3ba43643874639d01fb19 /public/less | |
parent | 6ea77523bbda75255e04bb5befafe24f5279ab5e (diff) | |
download | gitea-1a2d7207ea38a2c5f32b0fa8e7778c747a5631c8.tar.gz gitea-1a2d7207ea38a2c5f32b0fa8e7778c747a5631c8.zip |
Make 100% width issues page left menu and add reponame as title attribute (#8359)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 1b5d231499..8749fb8802 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -14,6 +14,8 @@ } .filter.menu { + width: initial; + .item { text-align: left; |