mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-02 08:46:56 +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:
parent
6d3d3322e5
commit
8e8e31fb9f
@ -250,6 +250,7 @@ a.tw-tiddlylink-external {
|
||||
*/
|
||||
|
||||
.tw-tag-list-item {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user