Opened 3 years ago
Last modified 7 months ago
#3514 new defect (bug)
Text is touching the border not having proper padding and margin.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | bbPress.org | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Site - bbPress.org | Keywords: | has-patch |
| Cc: |
Description
On this page https://bbpress.org/download/ there is no proper padding and margin for two sections.
Here is the video for reference:
https://share.cleanshot.com/v9WxdKSN3TPfG851Y62S
I have shown the solution in the video.
Here is the code:
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{
padding: 20px;
margin-bottom: 20px;
}
.has-electric-grass-gradient-background{
padding: 20px;
margin-bottom: 20px;
}
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Added patch