forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
f144a020ec
commit
173011f34e
2 changed files with 2 additions and 2 deletions
|
@ -854,7 +854,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
})
|
||||
.css({
|
||||
borderRadius: '8px',
|
||||
margin: size.margin,
|
||||
margin: size.margin
|
||||
})
|
||||
.on({
|
||||
click: function(e) {
|
||||
|
|
|
@ -453,7 +453,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
});
|
||||
$inputs.forEach(function($input) {
|
||||
$input.options({width: width});
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
function updateList() {
|
||||
|
|
Loading…
Reference in a new issue