* Add max-width for api view actions.

This commit is contained in:
songchenxuan
2023-10-24 13:06:36 +08:00
parent 7469bdea1e
commit 6fec5bc536
+1
View File
@@ -8,4 +8,5 @@ pre { display: block; padding: 9.5px; margin: 0px 0px 10px; font-size: 12px; lin
.scrollbar-hover { overflow-y: scroll; }
#mainContent .panel+.panel {flex: none}
#history{ position: relative;}
#history .history-changes {max-width: 400px !important; word-wrap: break-word;}
#history > #closeBtn { position: absolute; right: 10px; top: 10px;}