Merge branch 'ent-5404-Boton-de-creacion-desplazado-en-consolas-visuales' into 'develop'
Ent 5404 boton de creacion desplazado en consolas visuales See merge request artica/pandorafms!3086
This commit is contained in:
commit
326e784e4d
|
@ -473,7 +473,7 @@ if (!$maps && !is_metaconsole()) {
|
||||||
|
|
||||||
if ($maps) {
|
if ($maps) {
|
||||||
if (!is_metaconsole()) {
|
if (!is_metaconsole()) {
|
||||||
echo '<div class="action-buttons" style="width: 0px;">';
|
echo '<div class="action-buttons" style="width: 100%; text-align: right;">';
|
||||||
} else {
|
} else {
|
||||||
echo '<div class="" style="width: 100%; text-align: right;">';
|
echo '<div class="" style="width: 100%; text-align: right;">';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue