Skip to content

Commit b7b85cd

Browse files
committed
Merge branch 'bugfix/redesign_bugs' into 'master'
bugfix/redesign_bugs See merge request upm-inesdata/inesdata-connector-interface!43
2 parents dcb5312 + 6e1d5a7 commit b7b85cd

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inesdata-connector-interface",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"project": "com.gmv.inesdata",
55
"scripts": {
66
"ng": "ng",

src/app/pages/assets/asset-create/asset-create.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ mat-slide-toggle {
104104
}
105105

106106
.asset-creation-tab {
107-
padding: 0 20px;
107+
padding: 10px 20px;
108108
}
109109

110110
mat-expansion-panel {
@@ -127,4 +127,4 @@ mat-tab-group:not(.main-tab-group) .mat-mdc-tab-header {
127127

128128
.asset-creation-vocabularies mat-expansion-panel{
129129
margin: 20px 0;
130-
}
130+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
mat-card-actions {
22
padding-bottom: 5px !important;
3+
margin-top: 10px;
34
}
5+

src/styles.scss

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
font-style: italic;
2626
}
2727
:-moz-placeholder {
28-
font-style: italic;
28+
font-style: italic;
2929
}
3030
::-moz-placeholder {
31-
font-style: italic;
31+
font-style: italic;
3232
}
33-
:-ms-input-placeholder {
34-
font-style: italic;
33+
:-ms-input-placeholder {
34+
font-style: italic;
3535
}
3636

3737
/* global styles */
@@ -593,7 +593,7 @@ mat-option,
593593
display: grid;
594594
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
595595
gap: 35px;
596-
padding: 10px 5px;
596+
padding: 15px 5px;
597597
box-sizing: border-box;
598598
overflow: hidden;
599599
}
@@ -609,6 +609,7 @@ mat-card:not(.creation-card) {
609609
height: 100%;
610610
word-wrap: break-word;
611611
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
612+
overflow: hidden;
612613
}
613614

614615
mat-card-content,
@@ -790,3 +791,12 @@ mat-tab-group:not(.main-tab-group) .mat-mdc-tab-header {
790791
border-bottom: 1px solid var(--grey-400);
791792
padding-left: 15px;
792793
}
794+
795+
mat-list-item {
796+
height: max-content !important;
797+
}
798+
799+
.mdc-list-item__secondary-text {
800+
white-space: normal !important;
801+
overflow-wrap: anywhere !important;
802+
}

0 commit comments

Comments
 (0)