Improve readability by limiting text width

This commit is contained in:
Maikel Linke
2023-12-18 15:51:50 +11:00
parent 6d5f07c6a0
commit fcb540a89f

View File

@@ -1,3 +1,7 @@
#connected_apps_panel {
max-width: 615px;
}
.connected-app__head {
display: flex;
justify-content: space-between;