This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Ensure child component column in tables always uses auto width
pull/4608/head
Andrew Kingston
4 years ago
parent
c19f24b2e0
commit
e651663264
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
packages/client/src/components/app/table/Table.svelte
1
packages/client/src/components/app/table/Table.svelte
View File
@ -73,6 +73,7 @@
order: 0,
sortable: false,
divider: true,
width: "auto",
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/budibase
Title
Body
Create Issue