#12271 styles widget message dashboard

This commit is contained in:
Jonathan 2023-11-02 13:04:59 +01:00
parent b368f3b370
commit ed5fdfddf5

View File

@ -950,9 +950,17 @@ input.resize_button {
right: 6%; right: 6%;
} }
.new-widget-message .info_box_information .title > b, .new-widget-message > div > table,
.container-center .info_box_information .title > b { .container-center > div > table {
margin-left: 60px; 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 { .parent_graph > .graph {