Bug 1742485 - Fix strange border on about:cache sections r=necko-reviewers,dragana

Differential Revision: https://phabricator.services.mozilla.com/D131898
This commit is contained in:
Valentin Gosu 2021-11-23 15:01:51 +00:00
Родитель a2e1f72f45
Коммит cfe1332993
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -10,13 +10,10 @@ table {
table-layout: fixed;
width: 100%;
margin-bottom: 1em;
padding: 0.5em 0;
border-radius: 10px;
}
#disk,
#memory,
#offline {
#memory {
background-color: rgba(0, 0, 0, .1);
}

Просмотреть файл

@ -8,7 +8,6 @@ body {
table {
table-layout: fixed;
width: 100%;
}
th {