Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* apply.lloydsbank.co.uk - radio buttons are misplaced
*
* Radio buttons are displaced to the left due to positioning issue of ::before
* pseudo element, adding position relative to it's parent fixes the issue.
*/
.radio-content-field .radio.inline label span.text {
position: relative;
}