diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-04-04 14:07:02 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 12:41:34 -0500 |
| commit | 6af1346da8c0842c2c464eab68793c7bf99b9275 (patch) | |
| tree | d7ffb5273d3c32279f26a050380bcb9a47adac4e /app/common/styles/layout | |
| parent | bb5058e741e4f382bb17c050db35c9094b638c49 (diff) | |
| download | phosphor-webui-6af1346da8c0842c2c464eab68793c7bf99b9275.tar.gz phosphor-webui-6af1346da8c0842c2c464eab68793c7bf99b9275.zip | |
added pagination support to event log
Change-Id: I18a21ba71679407bd512f1895ba91717c8ca5990
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/layout')
| -rw-r--r-- | app/common/styles/layout/content.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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 |

