mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fix: align items in Result component for improved layout
This commit is contained in:
parent
c97a5f069d
commit
8bc27fc888
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ const truncateContent = (content: string): string => {
|
|||
padding: 11px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
|
||||
&.selected {
|
||||
background-color: var(--border);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue