Style: fix backoffice dossier width for small screen
This commit is contained in:
parent
ab3c1b4be4
commit
7b877dc28f
3 changed files with 3 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
font-family: Arial;
|
||||
|
||||
.show-block {
|
||||
width: 840px;
|
||||
min-width: 840px;
|
||||
max-width: 840px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%div.col-lg-12.col-md-12.col-sm-12.col-xs-12#backoffice_dossier_show
|
||||
#backoffice_dossier_show.col-xs-12
|
||||
= render partial: "dossiers/dossier_show"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div#main-container{class: "col-lg-#{main_container_size} col-md-#{main_container_size}"}
|
||||
%div#main-container{class: "col-xs-#{main_container_size}"}
|
||||
%div.row
|
||||
= render partial: 'layouts/flash_messages'
|
||||
%div.row
|
||||
|
|
Loading…
Reference in a new issue