1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

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

View File

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