Undo recent base.css changes for <p> tags

turns out i should be doing `<p class="block">` when i want spacing
This commit is contained in:
Lance Edgar 2021-01-30 13:12:04 -06:00
parent 1a18147971
commit e1e3301fc1
2 changed files with 1 additions and 10 deletions

View file

@ -1,13 +1,4 @@
/******************************
* general
******************************/
p {
margin-bottom: 1rem;
}
/******************************
* tweaks for root user
******************************/

View file

@ -273,7 +273,7 @@
% if expose_db_picker is not Undefined and expose_db_picker:
<div class="level-item">
<p style="margin-bottom: 0;">DB:</p>
<p>DB:</p>
</div>
<div class="level-item">
${h.form(url('change_db_engine'), ref='dbPickerForm')}