Prevent header from jumping a few pixels when switching from list to character view

This commit is contained in:
Cohee 2024-05-16 01:02:22 +03:00
parent 7fbed26c26
commit 012f70336f
1 changed files with 1 additions and 1 deletions

View File

@ -2814,7 +2814,7 @@ grammarly-extension {
#result_info_text {
display: flex;
flex-direction: column;
line-height: 1;
line-height: 0.9;
text-align: right;
}