mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added forceupdate to grid item so addpanel items rezie instantly, renamed function to copyPanel, fixed panel items height issue
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
overflow: auto;
|
||||
height: calc(100% - 50px);
|
||||
height: 100%;
|
||||
align-content: flex-start;
|
||||
justify-content: space-around;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user