Bug: Indent CSS bug

This commit is contained in:
SuperChamp234 2022-01-15 11:50:27 +05:30
parent 67463a648d
commit b80d2f8dc1
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-habitica-integration", "id": "obsidian-habitica-integration",
"name": "Habitica Sync", "name": "Habitica Sync",
"version": "1.0.0", "version": "1.0.1",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "This plugin helps integrate Habitica user tasks and stats into Obsidian", "description": "This plugin helps integrate Habitica user tasks and stats into Obsidian",
"author": "Leoh and Ran", "author": "Leoh and Ran",

View file

@ -54,9 +54,6 @@
.description > ul { .description > ul {
list-style-type: none; list-style-type: none;
} }
p {
margin: 0;
}
.habit-text { .habit-text {
text-align: left !important; text-align: left !important;