commit | 6af1346da8c0842c2c464eab68793c7bf99b9275 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Tue Apr 04 14:07:02 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:41:34 2017 -0500 |
tree | d7ffb5273d3c32279f26a050380bcb9a47adac4e | |
parent | bb5058e741e4f382bb17c050db35c9094b638c49 [diff] [blame] |
added pagination support to event log Change-Id: I18a21ba71679407bd512f1895ba91717c8ca5990 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss index b06175b..e36fa66 100644 --- a/app/common/styles/layout/content.scss +++ b/app/common/styles/layout/content.scss
@@ -9,3 +9,8 @@ padding: 1rem 2rem; } } + +section.row { + padding-left: 0; + padding-right: 0; +} \ No newline at end of file