Last active
December 12, 2023 08:46
-
-
Save pixelbart/17ba1deddf8383c61f4fe0e5b82c089c to your computer and use it in GitHub Desktop.
MainWP CSS Fixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mainwp-widget .label { | |
font-size: 0.8rem !important; | |
white-space: nowrap; | |
} | |
.mainwp-widget .value { | |
font-size: 1.5rem !important; | |
} | |
.mainwp-widget .two .column { | |
display: flex !important; | |
gap: 5px !important; | |
flex-wrap: nowrap !important; | |
align-items: end !important; | |
} | |
.mainwp-widget .two .column .button { | |
font-size: 0.8rem !important; | |
} | |
.dataTables_filter label { | |
display: flex !important; | |
flex-wrap: no-wrap !important; | |
align-items: center; | |
gap: 5px; | |
justify-content: end; | |
} | |
.mainwp-sub-header .aligned.right.column { | |
display: flex !important; | |
flex-wrap: nowrap !important; | |
flex-direction: row !important; | |
align-items: center; | |
justify-content: end; | |
gap: 5px; | |
} | |
.mainwp_page_RESTAPI .mainwp-content-wrap .ui.message { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.ui.virusdie.basic.button { | |
color: #fff !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment