This website works better with JavaScript
Home
Explore
Help
Register
Sign In
iapt-platform
/
mint
mirror of
https://github.com/iapt-platform/mint.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
remove margin-bottom
visuddhinanda
2 years ago
parent
07eb57bb4e
commit
835ee4d9f4
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
dashboard/src/components/template/SentEdit/style.css
+ 3
- 0
dashboard/src/components/template/SentEdit/style.css
View File
@@ -1,3 +1,6 @@
.sentence p {
margin: 0;
}
+.sentence.ant-typography p {
+ margin: 0;
+}