Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Compare revisions
8726ec4b39772f513b38e04d62846efdf0b86bdc to f801092fa2c5f922d490eee83fe3baf033b2a552
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dbp/web-components/toolkit
Select target project
No results found
f801092fa2c5f922d490eee83fe3baf033b2a552
Select Git revision
Branches
advertisement
automagic
dbp-translation-component
demo
demo-file-handling
favorites-and-recent-files
icon-set-mapping
lit2
main
person-select-custom
port-i18next-parser
publish
remove-sentry
renovate/lock-file-maintenance
revert-6c632dc6
wc-part
wip-cleanup
17 results
Swap
Target
dbp/web-components/toolkit
Select target project
987FCF504483CBC8/toolkit
1 result
8726ec4b39772f513b38e04d62846efdf0b86bdc
Select Git revision
Branches
advertisement
automagic
dbp-translation-component
demo
demo-file-handling
favorites-and-recent-files
icon-set-mapping
lit2
main
person-select-custom
port-i18next-parser
publish
remove-sentry
renovate/lock-file-maintenance
revert-6c632dc6
wc-part
wip-cleanup
17 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix a high bug in clipboard table for safari
· f801092f
Steinwender, Tamara
authored
3 years ago
f801092f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/file-handling/src/styles.js
+4
-0
4 additions, 0 deletions
packages/file-handling/src/styles.js
with
4 additions
and
0 deletions
packages/file-handling/src/styles.js
View file @
f801092f
...
@@ -241,6 +241,10 @@ export function getFileHandlingCss() {
...
@@ -241,6 +241,10 @@ export function getFileHandlingCss() {
.tabulator-selected .tabulator-responsive-collapse-toggle-close{
.tabulator-selected .tabulator-responsive-collapse-toggle-close{
color: white;
color: white;
}
}
.tabulator .tabulator-header .tabulator-col{
min-height: 37px !important;
}
@media only screen
@media only screen
and (orientation: portrait)
and (orientation: portrait)
...
...
This diff is collapsed.
Click to expand it.