dashfolders: remove inline styles

This commit is contained in:
Daniel Lee
2018-01-30 17:26:44 +01:00
parent f5107d5023
commit 4bc5945c17
4 changed files with 14 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
.description-picker-option__button {
position: relative;
text-align: left;
width: 100%;
display: block;
border-radius: 0;
white-space: normal;
i.fa-check {
padding-left: 2px;
}
}