File tree 3 files changed +13
-3
lines changed
components/DataFiles/DataFilesProjectMembers
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.10.1]
11
+
12
+ ### Fixed
13
+
14
+ - WP-778: Fix infinite loop for state update in useEffect (#1019 )
15
+ - Quick: CSS regression fixes- testing session (#1018 )
16
+
10
17
## [ 3.10.0]
11
18
12
19
### Added
@@ -1134,7 +1141,8 @@ WP-306: Fix target path regression (#871)
1134
1141
## [ 1.0.0] - 2020-02-28
1135
1142
v1.0.0 Production release as of Feb 28, 2020.
1136
1143
1137
- [ unreleased ] : https://github.com/TACC/Core-Portal/compare/v3.10.0...HEAD
1144
+ [ unreleased ] : https://github.com/TACC/Core-Portal/compare/v3.10.1...HEAD
1145
+ [ 3.10.1 ] : https://github.com/TACC/Core-Portal/releases/tag/v3.10.1
1138
1146
[ 3.10.0 ] : https://github.com/TACC/Core-Portal/releases/tag/v3.10.0
1139
1147
[ 3.9.0 ] : https://github.com/TACC/Core-Portal/releases/tag/v3.9.0
1140
1148
[ 3.8.2 ] : https://github.com/TACC/Core-Portal/releases/tag/v3.8.2
Original file line number Diff line number Diff line change 20
20
}
21
21
22
22
.member-search {
23
- margin-bottom : 1em ;
24
23
font-size : 12px !important ;
25
24
}
26
25
Original file line number Diff line number Diff line change @@ -20,15 +20,18 @@ Styleguide Components.Dropdown
20
20
.dropdown-menu ::before ,
21
21
.dropdown-menu ::after {
22
22
position : absolute;
23
- top : -10px ;
24
23
left : 65px ;
25
24
border-right : 10px solid transparent;
26
25
border-bottom : 10px solid var (--global-color-accent--normal );
27
26
border-left : 10px solid transparent;
28
27
margin-left : 20px ;
29
28
content : '' ;
30
29
}
30
+ .dropdown-menu ::before {
31
+ top : -10px ;
32
+ }
31
33
.dropdown-menu ::after {
34
+ top : -9px ;
32
35
border-bottom-color : var (--global-color-primary--xx-light );
33
36
}
34
37
You can’t perform that action at this time.
0 commit comments