Fix wrapping on checkbox labels

This commit is contained in:
MattIPv4 2020-07-14 16:27:27 +01:00
parent df440ddc79
commit da9fddac06
2 changed files with 9 additions and 2 deletions

View file

@ -149,12 +149,18 @@ THE SOFTWARE.
padding: .25rem .5rem;
.pretty {
line-height: 1.25;
white-space: initial;
&.p-icon {
font-size: 18px;
margin: 0;
.state {
.icon {
top: 50%;
transform: translateY(-50%);
&::before {
color: $panel;
font-size: 14px;
@ -170,6 +176,8 @@ THE SOFTWARE.
&::before,
&::after {
font-size: 18px;
top: 50%;
transform: translateY(-50%);
}
}
}

View file

@ -24,7 +24,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
// sass-lint:disable class-name-format
// sass-lint:disable-block class-name-format
.v-select {
&.vs--open {
> ul {
@ -80,4 +80,3 @@ THE SOFTWARE.
}
}
}
// sass-lint:enable class-name-format