1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

org block styling

This commit is contained in:
Kyle Spearrin
2017-04-19 13:56:11 -04:00
parent 63a657cac5
commit ec86ccd956
2 changed files with 3 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ angular
dynamic: attrs.dynamic || 'true',
class: attrs.avclass || '',
border: attrs.avborder || 'false',
borderStyle: attrs.borderStyle || '3px solid white'
borderStyle: attrs.borderstyle || '3px solid white'
};
if (params.dynamic === 'true') {