mirror of
https://github.com/harness/drone.git
synced 2025-05-05 15:32:56 +00:00
feat: [AH-1192]: fix badge width css and update uicore version to fix radio button issue (#3738)
* feat: [AH-1192]: fix badge width css * feat: [AH-1192]: fix radio button and css order issue
This commit is contained in:
parent
7e85afab0e
commit
f296f1c37d
@ -54,7 +54,7 @@
|
||||
"@harnessio/react-har-service-client": "^0.18.0",
|
||||
"@harnessio/react-ng-manager-client": "^1.40.0",
|
||||
"@harnessio/react-ssca-manager-client": "^0.65.0",
|
||||
"@harnessio/uicore": "^4.2.0",
|
||||
"@harnessio/uicore": "^4.2.1",
|
||||
"@tanstack/react-query": "4.20.4",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/react-monaco-editor": "^0.16.0",
|
||||
|
@ -25,6 +25,7 @@
|
||||
border: 1px solid var(--grey-200);
|
||||
border-radius: 4px;
|
||||
max-width: max-content;
|
||||
min-width: max-content;
|
||||
flex-shrink: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -74,6 +74,7 @@ const devConfig = {
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
ignoreOrder: true,
|
||||
filename: '[name].css',
|
||||
chunkFilename: '[name].[id].css'
|
||||
}),
|
||||
|
@ -53,6 +53,7 @@ const prodConfig = {
|
||||
}
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
ignoreOrder: true,
|
||||
filename: '[name].[contenthash:6].css',
|
||||
chunkFilename: '[name].[id].[contenthash:6].css'
|
||||
}),
|
||||
|
@ -1962,10 +1962,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@harnessio/react-ssca-manager-client/-/react-ssca-manager-client-0.65.0.tgz#8088869e282c5268bf1fefb9715652e0fc1a8940"
|
||||
integrity sha512-sNLDf1lyBfdzD9TqlrsMib61YffrEpb5WJwhRKuPGKD9Po0peAqE6NGLHVFbyra4tRGvvg8gnNpzzp4hMBYeCQ==
|
||||
|
||||
"@harnessio/uicore@^4.2.0":
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@harnessio/uicore/-/uicore-4.2.0.tgz#4ce930b2832fe406a91a963f417215e098e56326"
|
||||
integrity sha512-jb5kRQgrrdcYfuECmk9Zn1u7K8b0L81l0HKuiZsmqOpc7dhM/zCrSc4zLTHxfmi1iUB/VULRhKnekxjU4ChpHQ==
|
||||
"@harnessio/uicore@^4.2.1":
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@harnessio/uicore/-/uicore-4.2.1.tgz#aa7a5c2485a0cd0ac958c90de728967913d39106"
|
||||
integrity sha512-yM74FcjXYskfzM5/ssHR5I1hzMUTqXARan2x7c8yHQnnuy6UO8QrbqTu9+Y/xoYCHFGOxQdmTzjqd6ObIKVciQ==
|
||||
|
||||
"@humanwhocodes/config-array@^0.5.0":
|
||||
version "0.5.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user