Bug 1392230 - Prevent table overflow in about:telemetry r=chutten

MozReview-Commit-ID: 48RUdEN8U4V

--HG--
extra : rebase_source : 33933fc60265c00d3545ad43bf73704b915b729c
This commit is contained in:
flyingrub 2017-08-24 16:35:08 +02:00
parent 25a6003487
commit 60d63ee39a

View File

@ -264,10 +264,12 @@ body[dir="rtl"] .bar {
th, td, table {
text-align: start;
word-break: break-all;
border-collapse: collapse;
}
table {
table-layout: fixed;
width: 100%;
font-size: 15px;
margin-bottom: 2em;