# HG changeset patch # User Marcin Kuzminski # Date 2018-11-09 12:19:16 # Node ID 2d050a314d41ad30779877d050385b087702c600 # Parent 3e6f61e6d3a69553dfedc34a8b38e52cf1238f3c ui: increase label width after font changes. diff --git a/rhodecode/public/css/type.less b/rhodecode/public/css/type.less --- a/rhodecode/public/css/type.less +++ b/rhodecode/public/css/type.less @@ -436,7 +436,7 @@ dd { @media (min-width: 768px) { dt { float: left; - width: 180px; + width: 185px; clear: left; text-align: right; }