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
commit ddf86c25d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}