Skip to content

Commit 46a3695

Browse files
author
Pooya Parsa
committed
misc: remove no longer needed w-100 class on plaintext versions
1 parent 87edbb9 commit 46a3695

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/form-input/form-input.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ export default {
8989
inputClass () {
9090
return [
9191
this.plaintext ? 'form-control-plaintext' : 'form-control',
92-
// Fix missing width:100% in Bootstrap V4.beta.2
93-
this.plaintext ? 'w-100' : '',
9492
this.sizeFormClass,
9593
this.stateClass
9694
]

src/components/form-textarea/form-textarea.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ export default {
9393
inputClass () {
9494
return [
9595
this.plaintext ? 'form-control-plaintext' : 'form-control',
96-
// Interim fix until BS V4.beta.3 is released
97-
this.plaintext ? 'w-100' : '',
9896
this.sizeFormClass,
9997
this.stateClass
10098
]

0 commit comments

Comments
 (0)