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

problem submit form alignment fix #2177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
missing semicolons
  • Loading branch information
nachiketkanore committed Feb 7, 2023
commit bcffef142e6a01c6ef6255d84ff33b6cec4afaf9
2 changes: 1 addition & 1 deletion resources/base.scss
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ th {
.form-area {
display: inline-block;
background: $color_primary5;
padding: 0px 10px 10px 0px;;
padding: 0px 10px 10px 0px;
border-radius: $widget_border_radius;
border: 1px solid $color_primary25;
}
2 changes: 1 addition & 1 deletion resources/problem.scss
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ ul.problem-list {
}

#language-select {
margin: 0px 0px 0px 10px
margin: 0px 0px 0px 10px;
}

#language-select2 {