* {
    box-sizing: border-box;
}

div {
    outline: 2px dotted red;
}

.component-config-form {
    display: flex;

}
input {
    width: 250px;
    height: 30px;
    outline: solid blue;
}

#component{
    border: 2px solid greenyellow;
    width: 575px;
    height: 773px;
}
.refresh-button, .refresh-button-container{
    width: 250px;
    height: 30px;
}
