From 538295bedb7eb1f60c71392e859f216b5b59f4e6 Mon Sep 17 00:00:00 2001 From: Patrycja Romanowska-Puczko Date: Sat, 29 Oct 2016 14:14:59 +0000 Subject: [PATCH] Fixed the line break between sections Signed-off-by: Patrycja Romanowska-Puczko --- css/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/public/style.css b/css/public/style.css index befe6757b..aac9f2a9c 100644 --- a/css/public/style.css +++ b/css/public/style.css @@ -170,7 +170,7 @@ avatar.avatar--missing .avatar-upload { /* General details item styles */ detailsitem { - display: block; + display: inline-block; position: relative; }