#12271 styles widget message dashboard
This commit is contained in:
parent
b368f3b370
commit
ed5fdfddf5
|
@ -950,9 +950,17 @@ input.resize_button {
|
|||
right: 6%;
|
||||
}
|
||||
|
||||
.new-widget-message .info_box_information .title > b,
|
||||
.container-center .info_box_information .title > b {
|
||||
margin-left: 60px;
|
||||
.new-widget-message > div > table,
|
||||
.container-center > div > table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.new-widget-message > div > table tr td > div,
|
||||
.container-center > div > table tr td > div {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.parent_graph > .graph {
|
||||
|
|
Loading…
Reference in New Issue