mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 12:34:12 +00:00
Fix wrapping on checkbox labels
This commit is contained in:
parent
df440ddc79
commit
da9fddac06
2 changed files with 9 additions and 2 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue