diff options
author | Paul Slaughter <pslaughter@gitlab.com> | 2018-05-30 21:24:21 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-05-30 21:24:21 +0000 |
commit | f9cfe78ac037ad0f3a1774de7251228804d82e85 (patch) | |
tree | b9441956992cfbf3b17ff9ac5e55c2ccc9568e29 /app/views/shared/empty_states | |
parent | bcdcea1e0701f460406001f3ec89666ee3d9263a (diff) | |
download | gitlab-ce-f9cfe78ac037ad0f3a1774de7251228804d82e85.tar.gz |
Update "col-xs" usage to bootstrap4
Diffstat (limited to 'app/views/shared/empty_states')
-rw-r--r-- | app/views/shared/empty_states/_wikis_layout.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/empty_states/_wikis_layout.html.haml b/app/views/shared/empty_states/_wikis_layout.html.haml index 6fae6104ca2..a5f100e3469 100644 --- a/app/views/shared/empty_states/_wikis_layout.html.haml +++ b/app/views/shared/empty_states/_wikis_layout.html.haml @@ -1,7 +1,7 @@ .row.empty-state - .col-xs-12 + .col-12 .svg-content = image_tag image_path - .col-xs-12 + .col-12 .text-content.text-center = yield |