From b1844b5bc0479594a84a423fcf5e89cef75dbf96 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 11 Nov 2014 19:24:19 +0300 Subject: [PATCH] Fixed username column width for German --- app/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/desktop.css b/app/css/desktop.css index d39a02c9..c11a302f 100644 --- a/app/css/desktop.css +++ b/app/css/desktop.css @@ -552,7 +552,7 @@ div.im_panel_own_photo { .modal_section_body dt { font-weight: normal; display: inline-block; - width: 80px; + width: 100px; } .modal_section_body dd { display: inline-block;