mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Don't wrap text in nav (#4035)
* Move v-list-item-text to v-text-overflow, use in tables * Fix type issue
This commit is contained in:
@@ -8,7 +8,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
export default function useElementSize<T extends Element>(target: T | Ref<T> | Ref<null>) {
|
||||
export default function useElementSize<T extends Element>(target: T | Ref<T> | Ref<undefined>) {
|
||||
const width = ref(0);
|
||||
const height = ref(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user