Better text wrapping

This commit is contained in:
narcolepticinsomniac 2018-07-04 10:37:51 -04:00 committed by GitHub
parent eef48f55a0
commit 7a90f68d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1169,12 +1169,20 @@ input[id^="manage.newUI"] {
} }
.newUI .entry { .newUI .entry {
margin: 0; padding: 0;
}
.newUI .checkmate {
position: absolute;
left: 16px;
top: 0;
bottom: 0;
margin: auto;
} }
.newUI .style-name { .newUI .style-name {
width: 50%; width: 50%;
padding: .5rem 1rem; padding: .5rem 1rem .5rem 36px;
text-indent: unset; text-indent: unset;
} }
@ -1184,7 +1192,7 @@ input[id^="manage.newUI"] {
padding: .5rem 0; padding: .5rem 0;
} }
.newUI .entry .applis-to { .newUI .entry .applies-to {
padding: .5rem 1rem; padding: .5rem 1rem;
width: calc(50% - 112px); width: calc(50% - 112px);
} }