style: tailwind classname sorting (#1169)
This commit is contained in:
@@ -7,13 +7,13 @@ const OfflineRestricted: FunctionComponent = () => {
|
||||
<div className={'sk-panel-content'}>
|
||||
<div className={'sk-panel-section stretch'}>
|
||||
<div className={'sk-panel-column'} />
|
||||
<div className="font-bold text-base">You have restricted this component to not use a hosted version.</div>
|
||||
<div className="text-base font-bold">You have restricted this component to not use a hosted version.</div>
|
||||
<div className={'sk-subtitle'}>Locally-installed components are not available in the web application.</div>
|
||||
<div className={'sk-panel-row'} />
|
||||
<div className={'sk-panel-row'}>
|
||||
<div className={'sk-panel-column'}>
|
||||
<div className={'sk-p'}>To continue, choose from the following options:</div>
|
||||
<ul className="list-disc pl-8 mt-3">
|
||||
<ul className="mt-3 list-disc pl-8">
|
||||
<li className="sk-p mb-1">
|
||||
Enable the Hosted option for this component by opening the Preferences {'>'} General {'>'} Advanced
|
||||
Settings menu and toggling 'Use hosted when local is unavailable' under this component's options.
|
||||
|
||||
Reference in New Issue
Block a user