Make menu-items uniform

- Same font ,font-size and height.

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-03 22:34:13 +05:30
parent 98ef6f4321
commit 65bd74442f

View file

@ -674,6 +674,10 @@ button.link {
text-align: left;
padding: 8px 32px 8px 8px;
text-decoration: none;
font-size: 1.6rem;
height: 24px;
display: block;
cursor: pointer;
}
.menu .destructive button {