mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 17:50:29 +03:00
Fix alignment in ProfileViewer
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
6aa98d5eac
commit
5b0f95fed9
2 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
|||
.context-menu__item {
|
||||
button[class^="btn"] {
|
||||
width: 100%;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue