mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-07 22:53:45 -06:00
Use the full screen width.
This commit is contained in:
parent
9d94848af4
commit
e4bec5ad1e
@ -1,5 +1,10 @@
|
||||
/* Overrides/fixes for pgAdmin specific styling in Bootstrap */
|
||||
|
||||
/* Use the full width of the screen */
|
||||
.container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Restyle the Alertify dialogs */
|
||||
.alertify .ajs-dialog {
|
||||
border: 0px solid rgba(0,0,0,.2);
|
||||
|
Loading…
Reference in New Issue
Block a user