Closed (fixed)
Project:
BlueMasters
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2019 at 14:04 UTC
Updated:
2 Jan 2020 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kunal_kapoor commentedI have provided a patch for this please let me know if it works
Comment #3
meenakshig commented@kunalkapoor we should not use important as this is not a good practice.
https://uxengineer.com/css-specificity-avoid-important-css/
Comment #4
kunal_kapoor commented@Meenakshi.g Important is not used by me it was in the code before I have just added these lines of code in my patch. Please review the patch and let me know if it works.
#edit-actions {
margin-top: 10px;
margin-bottom: 10px;
}
input[type='text'] {
width: 100%;
}
Comment #5
meenakshig commented@kunalkapoor try to fix this also. Use strong nesting if required rather than using important.
Comment #6
kunal_kapoor commentedI have provided the patch for this please let me know if it works.
Comment #7
kunal_kapoor commentedComment #8
meenakshig commentedThanks @kunalkapoor looks fine now .
Comment #10
gaurav.kapoor commented