mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 05:52:15 +00:00
Indented item-description by 1em - issue #56
This commit is contained in:
@@ -9029,3 +9029,8 @@ textarea {
|
||||
.event-mic-photo {
|
||||
max-width: 2em;
|
||||
}
|
||||
|
||||
/* line 52, ../scss/screen.scss */
|
||||
.item-description {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@@ -47,4 +47,8 @@ textarea {
|
||||
|
||||
.event-mic-photo {
|
||||
max-width: 2em;
|
||||
}
|
||||
|
||||
.item-description {
|
||||
margin-left: 1em;
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
|
||||
<td>
|
||||
<span class="name">{{ item.name }}</span>
|
||||
<div>
|
||||
<div class="item-description">
|
||||
<em class="description">{{item.description|linebreaksbr}}</em>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user