12 lines
308 B
CSS
12 lines
308 B
CSS
/* Fixes for the premium subscription-modal, which seems to be empty / broken in recent versions */
|
|
.enterprise-modal .enterprise-info {
|
|
display: inherit;
|
|
}
|
|
|
|
.enterprise-modal .modal .enterprise-info .premium-plan {
|
|
display: inherit;
|
|
}
|
|
|
|
.enterprise-modal .enterprise-buttons {
|
|
display: inherit;
|
|
} |