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.
1 parent caab554 commit cbb2125Copy full SHA for cbb2125
templates/form.html
@@ -25,8 +25,8 @@ <h2> Enter Comment</h2>
25
<!-- <button type="submit" class="btn btn-default">Submit</button> -->
26
</form>
27
<br>
28
- <div id="successAlert" class="alert alert-success" role="alert" style="display:none;"></div>
29
- <div id="errorAlert" class="alert alert-danger" role="alert" style="display:none;"></div>
+ <div id="successAlert" class="alert alert-success" role="alert" style="display:none; width:60%;"></div>
+ <div id="errorAlert" class="alert alert-danger" role="alert" style="display:none; width: 70%;"></div>
30
</div>
31
</Center>
32
</body>
0 commit comments