1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #4083: Fix VNC window in Sunstone (#4201)

This commit is contained in:
Sergio Betanzos 2020-02-20 19:08:12 +01:00 committed by GitHub
parent 944d598287
commit 728ba4073d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,4 +208,9 @@ meter {
.search-button {
color: #8a8a8a;
padding: 0.6em;
}
/* To resolve bug in foundation dropdown-pane */
.dropdown-pane:not(.is-open) {
left: 0 !important;
}