]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5550 Overflow issue when shows stacktrace in the component viewer tests header
authorStas Vilchik <vilchiks@gmail.com>
Wed, 8 Oct 2014 07:36:54 +0000 (09:36 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 8 Oct 2014 07:36:54 +0000 (09:36 +0200)
server/sonar-web/src/main/less/style.less

index 91330e93c46a0e687d53d3ae280e3d8e501b4292..2d73427824afe28cc4d84bf1b8d665561f23b971 100644 (file)
@@ -1961,9 +1961,12 @@ ul.bullet li {
 }
 
 .rule-desc pre, .property pre, .bubble-popup pre, .coding-rules-detail-parameter pre {
+  display: inline-block;
+  min-width: 100%;
   margin: 10px 0 !important;
   padding: 10px !important;
   border: 1px dashed #aaa;
+  .box-sizing(border-box);
   font-size: 12px;
   font-family: monospace;;
 }