mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 01:18:20 +00:00
Fix issue where dataset names that are too long overlap health gauge
This commit is contained in:
parent
34bcbfc56d
commit
28de52f1f6
@ -6,9 +6,9 @@
|
||||
}
|
||||
|
||||
.dataset-name {
|
||||
max-width: item-spacing(9) * 10;
|
||||
max-width: item-spacing(8) * 11;
|
||||
padding-right: item-spacing(3);
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
text-overflow: ellipsis;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user