Rework all section headers to deal with mobile wrapping
This commit is contained in:
@@ -185,9 +185,10 @@
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="text-left">
|
||||
<h1>{{ 'volumes.title' | tr }} <button class="btn btn-primary btn-outline pull-right" ng-click="volumeAdd.show()"><i class="fa fa-plus"></i> {{ 'volumes.addVolumeAction' | tr }}</button></h1>
|
||||
</div>
|
||||
<h1 class="section-header">
|
||||
{{ 'volumes.title' | tr }}
|
||||
<button class="btn btn-primary btn-outline" ng-click="volumeAdd.show()"><i class="fa fa-plus"></i> {{ 'volumes.addVolumeAction' | tr }}</button>
|
||||
</h1>
|
||||
|
||||
<div class="card card-large">
|
||||
<p ng-bind-html="'volumes.description' | tr"></p>
|
||||
|
||||
Reference in New Issue
Block a user