Create App: menubar: minor css adjustment

The menu separator wasn't full width.
This commit is contained in:
Alezia Kurdis 2021-02-27 23:30:44 -05:00 committed by GitHub
parent 6565270648
commit ec04f06816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1969,7 +1969,7 @@ div.entity-list-menu {
}
div.menu-separator{
width: 90%;
width: 100%;
height: 2px;
background-color: #505050;
}