mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix diff node table layout for Safari
This commit is contained in:
parent
ffa628be2d
commit
1f9ae45875
@ -130,9 +130,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
table-layout:fixed;
|
||||||
table-layout:fixed;
|
|
||||||
|
// Fix for table-layout: fixed on safari:
|
||||||
|
max-width: none;
|
||||||
|
width: auto;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
td, th {
|
td, th {
|
||||||
border: 1px solid $secondary-border-color;
|
border: 1px solid $secondary-border-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user