Skip to content

Commit 8d92219

Browse files
committed
fix: Specify min width for selection cell
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent b945b73 commit 8d92219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/components/ncTable/partials/TableCellSelection.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export default {
151151
<style lang="scss" scoped>
152152
.cell-selection {
153153
width: 100%;
154+
min-width: 150px;
154155
155156
.non-edit-mode {
156157
cursor: pointer;

0 commit comments

Comments
 (0)