We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b2b5e commit 561a01cCopy full SHA for 561a01c
src/components/AppSidebar/NotesItem.vue
@@ -172,7 +172,7 @@ export default {
172
background: none repeat scroll 0 0 transparent;
173
border: medium none;
174
line-height: 26px;
175
- padding: 0;
+ padding: 0 !important;
176
white-space: pre-wrap;
177
word-wrap: break-word;
178
}
@@ -223,6 +223,10 @@ export default {
223
text-decoration: underline;
224
225
226
+ p {
227
+ margin-bottom: 26px;
228
+ }
229
+
230
s {
231
text-decoration: line-through;
232
0 commit comments