We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daa6b51 + f55aee7 commit 75453f8Copy full SHA for 75453f8
2 files changed
src/styles/components/modals/_modal-base.scss
@@ -283,6 +283,7 @@
283
line-height: 25px !important;
284
padding-top: 4px;
285
padding-bottom: 4px;
286
+ word-break: break-word;
287
288
> a {
289
float: none;
src/styles/main.scss
@@ -169,7 +169,7 @@ a {
169
// border-radius: 0;
170
// border-bottom: 1px dashed #999;
171
172
- width: auto;
+ width: 98%;
173
}
174
.single-value:focus{
175
width: 98%;
@@ -187,7 +187,7 @@ a {
187
188
189
190
191
// height: auto;
192
193
.single-value-textarea:focus{
0 commit comments