#12271 styles widget message dashboard

This commit is contained in:
Jonathan 2023-11-02 13:04:59 +01:00
parent b368f3b370
commit ed5fdfddf5
1 changed files with 11 additions and 3 deletions

View File

@ -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 {