# HG changeset patch # User Marcin Kuzminski # Date 2018-11-09 12:19:16 # Node ID 208856fa778d4c044efbeb4cc8731d527cef06bd # Parent 1b6c1c2c9dd7094989b7775be63e6a8aa8e67847 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; }