Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 857 (Response fields overflows to the dark box zone) #868

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update theme-default.style.css
Fix issue 867 and remove some duplicated code
  • Loading branch information
dfsmania authored Jul 11, 2024
commit 4f3dcac0e918a323a72000a65e2dd3cab299eec4
16 changes: 2 additions & 14 deletions resources/css/theme-default.style.css
Original file line number Diff line number Diff line change
@@ -688,6 +688,7 @@ html {
.content>p,
.content>table,
.content>ul,
.content>div,
.content>form>aside,
.content>form>details,
.content>form>h1,
@@ -961,20 +962,6 @@ html {
.page-wrapper .lang-selector {
display: none
}
.content aside,
.content dl,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content table,
.content ul {
margin-right: 0
}
.content>aside,
.content>details,
.content>dl,
@@ -988,6 +975,7 @@ html {
.content>p,
.content>table,
.content>ul,
.content>div,
.content>form>aside,
.content>form>details,
.content>form>h1,
Loading
Oops, something went wrong.