Commit d5c428a8 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch '29564-showing-horizontal-scroll-bar-in-private-profile' into 'master'

Fix horizontal scrolling on blocked/private profile

See merge request gitlab-org/gitlab!39568
parents 88540db2 4aad29b3
......@@ -160,15 +160,12 @@
.loading.hide
.spinner.spinner-md
- if profile_tabs.empty?
.row
.col-12
.svg-content
= image_tag 'illustrations/profile_private_mode.svg'
.col-12.text-center
.text-content
%h4
- if @user.blocked?
= s_('UserProfile|This user is blocked')
- else
= s_('UserProfile|This user has a private profile')
- if profile_tabs.empty?
.svg-content
= image_tag 'illustrations/profile_private_mode.svg'
.text-content.text-center
%h4
- if @user.blocked?
= s_('UserProfile|This user is blocked')
- else
= s_('UserProfile|This user has a private profile')
---
title: Fix horizontal scrolling on blocked/private profile pages
merge_request: 39568
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment