left align popup-menu button text
This commit is contained in:
parent
0fab711e4a
commit
2f2dd94217
|
@ -20,6 +20,7 @@
|
|||
|
||||
.btn {
|
||||
justify-content: left;
|
||||
text-align: left;
|
||||
background: none;
|
||||
width: 100%;
|
||||
padding: 0.75em;
|
||||
|
@ -28,6 +29,7 @@
|
|||
|
||||
.d-icon {
|
||||
color: var(--primary-medium);
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue