mirror of
https://github.com/harness/drone.git
synced 2025-05-04 17:41:36 +08:00
feat: [CODE-276]: Implement responsive file/folder path
This commit is contained in:
parent
68feaa4d42
commit
e9f7494c0c
@ -58,7 +58,3 @@
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
}
|
||||
|
||||
.foo {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -6,6 +6,5 @@ declare const styles: {
|
||||
readonly refRoot: string
|
||||
readonly rootSlash: string
|
||||
readonly breadcrumbItem: string
|
||||
readonly foo: string
|
||||
}
|
||||
export default styles
|
||||
|
Loading…
Reference in New Issue
Block a user