Skip to content

Commit da4ffa1

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default {
150150
151151
<style lang="scss" scoped>
152152
.cell-selection {
153-
width: 100%;
153+
min-width: 150px;
154154
155155
.non-edit-mode {
156156
cursor: pointer;

0 commit comments

Comments
 (0)