Skip to content

Commit

Permalink
Remove flex-column
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
  • Loading branch information
liviuconcioiu committed Jul 21, 2021
1 parent 010750b commit fa4a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/server/status/status/index.twig
Expand Up @@ -6,7 +6,7 @@
<div class="row"><h3>{{ 'Network traffic since startup: %s'|trans|format(network_traffic) }}</h3></div>
<div class="row"><p>{{ 'This MySQL server has been running for %1$s. It started up on %2$s.'|trans|format(uptime, start_time) }}</p></div>

<div class="row align-items-start flex-colum">
<div class="row align-items-start">
<table class="table table-light table-striped table-hover col-12 col-md-5 w-auto">
<thead class="table-light">
<tr>
Expand Down

0 comments on commit fa4a721

Please sign in to comment.