Force position:relative on tag pills

This avoids a problem with tag pills not working properly within table
cells.
This commit is contained in:
Jermolene 2014-02-06 12:48:10 +00:00
parent 6d3d3322e5
commit 8e8e31fb9f
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ a.tw-tiddlylink-external {
*/
.tw-tag-list-item {
position: relative;
display: inline-block;
margin-right: 7px;
}