Skip to content

Commit 962205e

Browse files
committed
fix: improve alignment and heights
Signed-off-by: Cleopatra Enjeck M <[email protected]>
1 parent ea822f8 commit 962205e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

cypress/styleguide/assets/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
--border-radius-large: 10px;
5858
--border-radius-rounded: 28px;
5959
--border-radius-pill: 100px;
60-
--default-clickable-area: 44px;
60+
--default-clickable-area: 34px;
6161
--default-line-height: 24px;
6262
--default-grid-baseline: 4px;
6363
--header-height: 50px;

src/App.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,9 @@ button[class^='icon-'] {
258258
display: inline-flex;
259259
}
260260
261+
.v-select.select .vs__selected-options {
262+
min-height: calc(var(--default-clickable-area) - 2 * var(--vs-border-width)) !important;
263+
padding: 0 5px;
264+
}
265+
261266
</style>

src/modules/navigation/partials/NavigationTableItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export default {
342342
}
343343
344344
.app-navigation-entry__counter-wrapper .counter-bubble__counter {
345-
display: inline-flex;
345+
display: inline;
346346
}
347347
}
348348

src/shared/components/ncTable/partials/TableHeaderColumnOptions.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ export default {
387387
.menu {
388388
padding-left: calc(var(--default-grid-baseline) * 1);
389389
min-width: 44px;
390-
min-height: 44px;
391390
}
392391
393392
.selected {

0 commit comments

Comments
 (0)