Merge pull request #15982 from steven-sheehy/hide-duplicate-column

explore/logs: Hide empty duplicates column
This commit is contained in:
Torkel Ödegaard
2019-03-13 20:38:18 +01:00
committed by GitHub
2 changed files with 5 additions and 16 deletions

View File

@@ -173,7 +173,7 @@ $column-horizontal-spacing: 10px;
.logs-row__duplicates {
text-align: right;
width: 4.5em;
width: 4em;
}
.logs-row__field-highlight {