Fixes: Notification icon displayed with bullet point

Follow up to: I6331d88e5b7301fd13249414350a539738cfae53

Bug: T205341
Change-Id: I60b7919d53cf101e4026950331fff93fbef76ac5
This commit is contained in:
Jon Robson 2024-02-07 11:35:59 -08:00 committed by Jdlrobson
parent ec453ac037
commit 56e0d84bdc

View file

@ -23,6 +23,7 @@
.minerva-notifications {
ul {
list-style: none;
display: flex;
align-items: center;
}