Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
css: add comment for gap overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jul 4, 2024
1 parent c4cc3b4 commit 1a52d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/settings/_LayoutSwitcher.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ limitations under the License.
.mx_LayoutSwitcher_LayoutSelector {
display: flex;
flex-direction: column;
/**
* The settings form has a default gap of 10px
* We want to have a bigger gap between the layout options
*/
gap: var(--cpd-space-4x) !important;

.mxLayoutSwitcher_LayoutSelector_LayoutRadio {
Expand Down

0 comments on commit 1a52d29

Please sign in to comment.