Skip to content

Commit 007a342

Browse files
author
hikki
committed
v4.0
1 parent 52563f8 commit 007a342

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/assets/component.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@
414414
}
415415
.dlp-contextmenu *{transition:color .4s, background .4s;}
416416
.dlp-contextmenu li{
417-
text-align: center;
417+
display: flex;
418+
align-items: center;
419+
justify-content: center;
418420
padding: 3px;
419421
background-color: #fff;
420422
border-bottom:1px solid #ecf0f1;

0 commit comments

Comments
 (0)