removed-textarea-resize-horizontal

removed resize horizontal ability

Change-Id: Ifa2cad56db64b8410ae3b029c73be605a8f75694
Closes-Bug: #1370206
This commit is contained in:
German Rivera(gr720e)
2015-09-03 10:32:26 -05:00
parent 51647a585a
commit ac88b227da
4 changed files with 10 additions and 8 deletions

View File

@@ -63,8 +63,8 @@ class ImportKeypair(forms.SelfHandlingForm):
label=_("Key Pair Name"),
regex=KEYPAIR_NAME_REGEX,
error_messages=KEYPAIR_ERROR_MESSAGES)
public_key = forms.CharField(label=_("Public Key"), widget=forms.Textarea(
attrs={'class': 'modal-body-fixed-width'}))
public_key = forms.CharField(label=_("Public Key"),
widget=forms.Textarea())
def handle(self, request, data):
try: