Changed margin in wrapper around Visibility Option Content in Create
Subchannel modal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good!
Some tips for next diffs you push up:
- In the description linking the linear task would be helpful so that reviewers can gain more context of what you are working on
- For UI changes, it is nice to include two screenshots (a before and after of the changes you made) so that reviewers can easily see the change
web/components/enum-settings-option.css | ||
---|---|---|
34 ↗ | (On Diff #17407) | I think that margin makes sense - it is a space between elements and not something internal to the element. If we had a background color here, I think that it shouldn't touch the input icon (but at the same time, some padding would also be added). Usually a better way of doing this is for the container to decide how to position its children. So e.g. use gap, justify-content, etc. But margin is good enough for this simple use case. |