diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-25 19:40:23 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-25 19:40:23 +0200 |
commit | a5d7d125e43a2e49e768f9b3e637d03d591e7647 (patch) | |
tree | d1ff4d0311fa4f4550c7947c04f55bfda090d789 /app/assets | |
parent | a7aacb4dc4d2cb3875db22dee830553462100a20 (diff) | |
parent | 2767abd90d94b3fd0fedfad85015abbffd7e4cd9 (diff) | |
download | gitlab-ce-a5d7d125e43a2e49e768f9b3e637d03d591e7647.tar.gz |
Merge pull request #6577 from tombruijn/group_projects_clearfix
Clearfix on .well-list
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/generic/lists.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/lists.scss b/app/assets/stylesheets/generic/lists.scss index de70e47333f..8a6d7f68175 100644 --- a/app/assets/stylesheets/generic/lists.scss +++ b/app/assets/stylesheets/generic/lists.scss @@ -13,6 +13,12 @@ border-bottom: 1px solid #eee; border-bottom: 1px solid rgba(0, 0, 0, 0.05); + &:after { + content: " "; + display: table; + clear: both; + } + &.disabled { color: #888; } |