make cols responsive
This commit is contained in:
parent
df9d83b3d6
commit
958b47e58b
|
|
@ -13,7 +13,7 @@
|
|||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col">
|
||||
<h4>{% trans "Plugin information" %}</h4>
|
||||
<div class='table-responsive'>
|
||||
<table class='table table-striped table-condensed'>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
<p>{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col">
|
||||
<h4>{% trans "Package information" %}</h4>
|
||||
<div class='table-responsive'>
|
||||
<table class='table table-striped table-condensed'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue