From d517a6685d6c58e42068dbcdfa4ffbb8a5a8a9e6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Wed, 8 Oct 2014 15:52:45 +0200 Subject: SONAR-5574 Improve edition of custom rules --- server/sonar-web/src/main/less/coding-rules.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'server/sonar-web/src/main/less') diff --git a/server/sonar-web/src/main/less/coding-rules.less b/server/sonar-web/src/main/less/coding-rules.less index 31488bd252b..02220f1eaab 100644 --- a/server/sonar-web/src/main/less/coding-rules.less +++ b/server/sonar-web/src/main/less/coding-rules.less @@ -390,6 +390,20 @@ textarea.coding-rules-markdown-description { font-weight: bold; } +.coding-rules-detail-custom-rule-key { + display:inline-block; + max-width: 460px; + whitespace: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.coding-rules-modal .property { + input, textarea { + width: 100%; + } +} + .coding-rules-subcharacteristic-more { display: none; } -- cgit v1.2.3