mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-13 13:28:32 +00:00
Fix settings dialog size (#1172)
* give an id to the settings dialog to grant higher priority to css rule to fix the max-width * fix settings dialog height
This commit is contained in:

committed by
GitHub

parent
a0038315da
commit
fb690c97e8
@@ -1,6 +1,11 @@
|
||||
.arduino-settings-dialog-container > .dialogBlock {
|
||||
width: calc(100% - 96px);
|
||||
#arduino-settings-dialog-container > .dialogBlock {
|
||||
height: 531px;;
|
||||
max-width: 740px !important;
|
||||
width: calc(100% - 96px);
|
||||
}
|
||||
|
||||
#arduino-settings-dialog-container > .dialogBlock > .dialogContent {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.arduino-settings-dialog .content {
|
||||
|
Reference in New Issue
Block a user