Fixes the icons not being aligned properly in attached items section for the page.
Also formatting. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
d859be3a12
commit
83d830fd7d
|
@ -224,15 +224,15 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
padding-left: $-xs;
|
padding-left: $-xs;
|
||||||
padding-right: $-xs;
|
padding-right: $-xs;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
}
|
}
|
||||||
i {
|
.svg-icon {
|
||||||
flex: 1;
|
margin-right: 0px;
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div .outline input {
|
> div .outline input {
|
||||||
|
|
Loading…
Reference in New Issue