diff --git a/RIGS/static/css/screen.css b/RIGS/static/css/screen.css index 84b6ad7a..7910282a 100644 --- a/RIGS/static/css/screen.css +++ b/RIGS/static/css/screen.css @@ -9029,3 +9029,8 @@ textarea { .event-mic-photo { max-width: 2em; } + +/* line 52, ../scss/screen.scss */ +.item-description { + margin-left: 1em; +} diff --git a/RIGS/static/scss/screen.scss b/RIGS/static/scss/screen.scss index 0245fc32..d5bfb3ba 100644 --- a/RIGS/static/scss/screen.scss +++ b/RIGS/static/scss/screen.scss @@ -47,4 +47,8 @@ textarea { .event-mic-photo { max-width: 2em; +} + +.item-description { + margin-left: 1em; } \ No newline at end of file diff --git a/RIGS/templates/RIGS/item_row.html b/RIGS/templates/RIGS/item_row.html index fd240fc5..656d9812 100644 --- a/RIGS/templates/RIGS/item_row.html +++ b/RIGS/templates/RIGS/item_row.html @@ -2,7 +2,7 @@ {{ item.name }} -
+
{{item.description|linebreaksbr}}