@bitrise/bitkit 13.317.0 → 13.318.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -135,7 +135,7 @@ const DropdownDetailedOption = <T = string,>({
|
|
|
135
135
|
<chakra.div opacity={isDisabled ? '0.5' : '1'}>{icon}</chakra.div>
|
|
136
136
|
<chakra.div>
|
|
137
137
|
{title}
|
|
138
|
-
<Text color={isDisabled ? 'text/disabled' : 'input/text/helper'} size="2">
|
|
138
|
+
<Text color={isDisabled ? 'text/disabled' : 'input/text/helper'} size="2" whiteSpace="pre-line">
|
|
139
139
|
{subtitle}
|
|
140
140
|
</Text>
|
|
141
141
|
</chakra.div>
|