diff --git a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp index 18e398a036..3d6fb7675b 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp @@ -168,7 +168,7 @@ base::options::toggle ShowPeerIdBelowAbout({ } using namespace Ui::Text; if (!value.empty()) { - value.append("\n"); + value.append("\n\n"); } value.append(Italic(u"id: "_q)); const auto raw = peer->id.value & PeerId::kChatTypeMask;