Bug 1342549 - Trim RDM DPR to ~3 decimal places. r=zer0 draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Thu, 05 Oct 2017 22:30:03 -0700
changeset 675898 e71fe8ae63d171567cb8c4dbaa63f6a92154ca46
parent 675689 19b32a138d08f73961df878a29de6f0aad441683
child 734755 06e9321dc0a6d2327af2f9c884ddb7841a1e868e
push id83291
push userbmo:jryans@gmail.com
push dateFri, 06 Oct 2017 05:30:27 +0000
reviewerszer0
bugs1342549
milestone58.0a1
Bug 1342549 - Trim RDM DPR to ~3 decimal places. r=zer0 MozReview-Commit-ID: 9xRV2OvOtuW
devtools/client/responsive.html/index.css
--- a/devtools/client/responsive.html/index.css
+++ b/devtools/client/responsive.html/index.css
@@ -174,16 +174,17 @@ select > option.divider {
   height: 15px;
   padding-left: 0;
   width: 103px;
 }
 
 #global-dpr-selector > select {
   padding: 0 8px 0 0;
   margin-left: 2px;
+  max-width: 5em;
 }
 
 #global-dpr-selector {
   margin: 0 8px;
   -moz-user-select: none;
   color: var(--viewport-color);
   height: 15px;
 }