@rpg-engine/long-bow 0.2.9 → 0.2.10
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/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/QuestInfo/QuestInfo.tsx +1 -2
package/package.json
CHANGED
|
@@ -141,13 +141,12 @@ export const QuestInfo: React.FC<IQuestInfoProps> = ({
|
|
|
141
141
|
const QuestDraggableContainer = styled(DraggableContainer)`
|
|
142
142
|
border: 1px solid black;
|
|
143
143
|
width: 600px;
|
|
144
|
-
height: 500px;
|
|
145
144
|
padding: 0 0 0 0 !important;
|
|
146
145
|
.DraggableContainer__TitleContainer-sc-184mpyl-2 {
|
|
147
146
|
height: auto;
|
|
148
147
|
}
|
|
149
148
|
.container-close {
|
|
150
|
-
position:
|
|
149
|
+
position: absolute;
|
|
151
150
|
margin-left: auto;
|
|
152
151
|
top: 20px;
|
|
153
152
|
padding-right: 5px;
|