left align popup-menu button text

This commit is contained in:
awesomerobot 2021-01-29 21:14:08 -05:00 committed by Alan Guo Xiang Tan
parent 0fab711e4a
commit 2f2dd94217
1 changed files with 2 additions and 0 deletions

View File

@ -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 {