Set max width on p elements and add in p tags where they were missing
This commit is contained in:
@@ -76,3 +76,7 @@
|
||||
.user-permission {
|
||||
font-weight: $font-normal;
|
||||
}
|
||||
|
||||
p {
|
||||
max-width: 80ch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user