200ok-ch/organice

View on GitHub
src/components/KeyboardShortcutsEditor/stylesheet.css

Summary

Maintainability
Test Coverage
.keyboard-shortcuts-editor-container a {
  text-decoration: none;
}

.keyboard-shortcuts-editor__btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 20px;
}