diff options
Diffstat (limited to 'sass/src')
| -rw-r--r-- | sass/src/common/index.scss | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index 6f8282f..89e1b7b 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -43,6 +43,9 @@ a.tablerow {    span {      display: inline-block;    } +  .material-icons { +    margin-bottom: 0.2em; +  }  }  .pagination {  | 
