Browse Source

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

Added underline to links in table
Torkel Ödegaard 7 years ago
parent
commit
ddf86c25d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/sass/components/_panel_table.scss

+ 2 - 0
public/sass/components/_panel_table.scss

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