PromucFlow_constructor/app/client/src
Dhruvik Neharia fc9d7486fa
fix: remove 'display: block' from span inside text widget (#19308)
## Description

This PR prevents `span` HTML tags inside the text widget from breaking
lines.

More context here -
https://theappsmith.slack.com/archives/C02JV8G1MP0/p1672230336770849

Fixes #19285

## Type of change
- Bug fix (non-breaking change which fixes an issue)


## How Has This Been Tested?
- Manual
- 
### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-12-30 16:11:46 +05:30
..
actions fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
api feat: in-app embed settings (#19023) 2022-12-26 10:41:33 +05:30
assets chore: Updating the graphics for Access control upgrade page (#19154) 2022-12-23 13:39:36 +05:30
ce fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
components fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
constants fix: offset while pasting widget from mouse position in Desktop mode (#19230) 2022-12-29 11:07:54 +00:00
ee chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
enterprise
entities fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
globalStyles chore: use typography and getTypographyFromKey from the design-system (#18050) 2022-11-16 11:32:00 +07:00
icons
mockComponentProps
mockResponses feat: RBAC framework (#14823) 2022-08-22 23:27:07 +05:30
mocks chore: integrate msw to browser to mock api requests (#15965) 2022-08-17 12:01:55 +05:30
navigation fix: set soft focus for property pane inputs (#19009) 2022-12-16 22:52:47 +05:30
normalizers
pages fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
polyfills
reducers fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
reflow fix: Switch to preview mode performance issue (#18457) 2022-11-27 22:42:00 +05:30
resizable feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
sagas fix: offset while pasting widget from mouse position in Desktop mode (#19230) 2022-12-29 11:07:54 +00:00
selectors feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
utils fix: Updating the check for saving page layout in the saga (#19194) 2022-12-24 15:53:34 +05:30
widgets fix: remove 'display: block' from span inside text widget (#19308) 2022-12-30 16:11:46 +05:30
workers fix: improve error message and performance in JS functions (#19137) 2022-12-23 15:34:39 +05:30
.gitignore
App.css
AppErrorBoundry.tsx
AppRouter.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
config.d.ts feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
index.css fix: show more modal of a truncated text widget is flickering (#18888) 2022-12-14 13:43:43 +05:30
index.tsx chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
RouteChangeListener.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
RouteParamsMiddleware.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts fix: geolocation api callbacks are not called (#18235) 2022-11-30 16:08:15 +05:30
wdyr.ts