feat: [CODE-276]: Implement responsive file/folder path

This commit is contained in:
“tan-nhu” 2023-05-04 21:46:47 -07:00
parent 68feaa4d42
commit e9f7494c0c
2 changed files with 0 additions and 5 deletions

View File

@ -58,7 +58,3 @@
white-space: nowrap !important; white-space: nowrap !important;
} }
} }
.foo {
white-space: nowrap;
}

View File

@ -6,6 +6,5 @@ declare const styles: {
readonly refRoot: string readonly refRoot: string
readonly rootSlash: string readonly rootSlash: string
readonly breadcrumbItem: string readonly breadcrumbItem: string
readonly foo: string
} }
export default styles export default styles