mirror of https://github.com/JohnHammond/CTFd.git
Adding text-center back to solve notification
parent
ac51c3a899
commit
8252bb7db1
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row notification-row">
|
||||
<div id="result-notification" class="alert alert-dismissable" role="alert">
|
||||
<div id="result-notification" class="alert alert-dismissable text-center" role="alert">
|
||||
<strong id="result-message"></strong>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue