Merge pull request #13274 from grafana/12946-table-cell-link

Added underline to links in table
This commit is contained in:
Torkel Ödegaard
2018-09-14 09:38:11 +02:00
committed by GitHub

View File

@@ -86,6 +86,8 @@
padding: 0.45em 0 0.45em 1.1em;
height: 100%;
display: inline-block;
text-decoration: underline;
text-underline-position: under;
}
}