-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
Improve report generation modal #5931
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1085,6 +1085,12 @@ h6, | |
color: #262d3f; | ||
display: block; | ||
margin-bottom: 10px; } | ||
.input-style-1 select{ | ||
width: 465px; | ||
height: 40px; | ||
border-radius: 5px; | ||
border: 1px solid #4a6cf7; | ||
} | ||
Comment on lines
+1088
to
+1093
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This bit isn't actually showing up for me I think it is because you are styling the |
||
.input-style-1 input, | ||
.input-style-1 textarea { | ||
width: 100%; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
honestly i don't love how the default alert looks, I would like it to highlight the field that has the error.
I would be fine with this if I can be done as an HTML attribute otherwise lets just ditch the client side JS requirement.