File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,9 @@ td, th {
342
342
right : 10px ;
343
343
font-size : 40px ;
344
344
}
345
+ .dialog-button {
346
+ white-space : nowrap;
347
+ }
345
348
.settings-grid {
346
349
display : grid;
347
350
grid-template-columns : repeat (auto-fill, minmax (400px , 1fr ));
Original file line number Diff line number Diff line change 46
46
< div class ="horizontal " style ="margin-top: 20px; ">
47
47
< button id ="execute-soodocode-button "> Execute</ button >
48
48
< button id ="dump-tokens-button "> Parse</ button >
49
- < span id ="settings-dialog-button " class ="text-button " style ="font-size: 25px; color: #CFC; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Settings 🛠</ span >
50
- < span id ="files-dialog-button " class ="text-button " style ="font-size: 25px; color: #FCC; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Files 📂</ span >
51
- < span id ="programs-dialog-button " class ="text-button " style ="font-size: 25px; color: #CCF; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Programs 📝</ span >
49
+ < span id ="settings-dialog-button " class ="text-button dialog-button " style ="font-size: 25px; color: #CFC; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Settings 🛠</ span >
50
+ < span id ="files-dialog-button " class ="text-button dialog-button " style ="font-size: 25px; color: #FCC; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Files 📂</ span >
51
+ < span id ="programs-dialog-button " class ="text-button dialog-button " style ="font-size: 25px; color: #CCF; " aria-haspopup ="dialog " tabindex ="0 " role ="button "> Programs 📝</ span >
52
52
</ div >
53
53
< h2 > Program output</ h2 >
54
54
< div id ="output-div " class ="output-div "> </ div >
You can’t perform that action at this time.
0 commit comments