mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 13:56:07 +00:00
Get the tiddler info panel fields list working properly
Now we can display the fields list as a proper table. We've had to temporarily hack the list widget again…
This commit is contained in:
@@ -426,16 +426,10 @@ a.tw-tiddlylink-external {
|
||||
}
|
||||
|
||||
.tw-view-field-name {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 15%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tw-view-field-value {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
|
Reference in New Issue
Block a user