We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e27096 + 6899ffc commit 7a654ccCopy full SHA for 7a654cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nih-sparc/sparc-design-system-components",
3
- "version": "0.26.21",
+ "version": "0.26.22",
4
"private": false,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/LargeModal/src/LargeModal.vue
@@ -93,6 +93,8 @@ export default {
93
flex-shrink: 0;
94
color: #fff;
95
max-width: 316px;
96
+ min-width: min-content;
97
+ width: 35%;
98
overflow: hidden;
99
position: relative;
100
padding: 2rem;
@@ -113,7 +115,8 @@ export default {
113
115
114
116
::v-deep .el-dialog {
117
border-radius: 0;
- width: 868px;
118
+ width: fit-content;
119
+ max-width: 868px;
120
121
.el-dialog__body {
122
padding: 0;
0 commit comments