Skip to content

Commit

Permalink
Fixing table icon column width (MID-4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Feb 28, 2018
1 parent 6a223aa commit 9cbb278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -1288,4 +1288,10 @@ dd.stacktrace::before {
td.prop-name {
min-width: 90px;
font-weight: bold;
}

th.icon {
// We want this column to fit as tightly as possible.
// The content of this column is just a single icon.
width: -moz-min-content;
}
Expand Up @@ -102,7 +102,7 @@ table.table {
}

th.icon {
width: 22px;
// width: 22px; // MID-4477
//padding-top: 11px; disabled, I don't know why I add this in here
}
}
Expand Down

0 comments on commit 9cbb278

Please sign in to comment.