mirror of https://github.com/node-red/node-red.git
Merge pull request #5548 from n-lark/5540-node-red-dashboard-tabs-fix
[5540] UX: handle node-red-dashboard css poisoningpull/5550/head
commit
cd8fbc47c6
|
|
@ -16,6 +16,12 @@
|
|||
* limitations under the License.
|
||||
**/
|
||||
|
||||
// Counter-act unscoped third-party CSS (e.g. node-red-dashboard's
|
||||
// `.red-ui-tabs { margin-bottom: 15px }`) by using a more specific selector.
|
||||
body .red-ui-tabs {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.red-ui-tabs {
|
||||
position: relative;
|
||||
background: var(--red-ui-tab-background);
|
||||
|
|
|
|||
Loading…
Reference in New Issue