group-detail.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161
  1. /**
  2. * Group Detail
  3. * ============================================================================
  4. */
  5. .group-detail {
  6. position: relative;
  7. clear: both;
  8. h3 {
  9. font-size: 22px;
  10. margin: 0 0 8px;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. overflow: hidden;
  14. em {
  15. font-style: normal;
  16. font-weight: 400;
  17. color: @70;
  18. font-size: 90%;
  19. }
  20. }
  21. .count {
  22. &.short-id-box {
  23. min-width: 0;
  24. span:not(.help-link) {
  25. font-size: 18px;
  26. line-height: 1.45;
  27. display: block;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. direction: rtl;
  32. }
  33. }
  34. span:not(.help-link) {
  35. font-size: 22px;
  36. display: inline-block;
  37. line-height: 1.2;
  38. }
  39. }
  40. .assigned-to {
  41. text-align: right;
  42. position: relative;
  43. }
  44. .meta {
  45. margin: 0 0 15px;
  46. color: #949ea4;
  47. }
  48. .id-label {
  49. background: #fff;
  50. max-width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. .severity {
  56. display: inline-block;
  57. position: relative;
  58. top: -7px;
  59. padding: 0 10px;
  60. }
  61. .nav-tabs {
  62. margin-top: 20px;
  63. margin-bottom: 0;
  64. }
  65. &:before {
  66. position: absolute;
  67. display: block;
  68. content: '';
  69. bottom: -1px;
  70. left: -40px;
  71. right: -40px;
  72. height: 1px;
  73. background: @trim;
  74. }
  75. }
  76. /**
  77. * Event Details
  78. * ============================================================================
  79. */
  80. .event-details-container {
  81. display: flex;
  82. margin: -20px -40px;
  83. background: #fff;
  84. flex-direction: column;
  85. flex: 1;
  86. @media (min-width: 1200px) {
  87. flex-direction: row;
  88. }
  89. .primary {
  90. flex: 1;
  91. .user-report {
  92. border-radius: 0;
  93. box-shadow: none;
  94. padding: 20px 30px 0 40px;
  95. border: 0;
  96. border-top: 1px solid lighten(@trim, 4);
  97. margin: 0;
  98. padding-bottom: 0;
  99. }
  100. @media (min-width: 1200px) {
  101. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  102. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  103. max-width: ~'calc(100% - 365px)';
  104. }
  105. }
  106. .secondary {
  107. width: 100%;
  108. padding: 30px 40px 30px 30px;
  109. border-left: 1px solid @trim;
  110. @media (min-width: 1200px) {
  111. width: 365px;
  112. }
  113. }
  114. }
  115. .module-user .avatar {
  116. width: 64px;
  117. height: 64px;
  118. img {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. }
  123. .event-stats {
  124. padding-top: 84px;
  125. margin-top: -84px;
  126. }
  127. .event-stats {
  128. h6 {
  129. font-size: 14px;
  130. margin-bottom: 15px;
  131. position: relative;
  132. > span {
  133. background: @white-dark;
  134. padding-right: 7px;
  135. }
  136. &:before {
  137. display: block;
  138. position: absolute;
  139. content: '';
  140. border-top: 1px solid lighten(@trim, 9);
  141. left: 0;
  142. right: 0;
  143. top: 50%;
  144. z-index: -1;
  145. }
  146. }
  147. }
  148. .user-widget {
  149. position: relative;
  150. margin-bottom: 20px;
  151. .avatar {
  152. width: 48px;
  153. height: 48px;
  154. position: absolute;
  155. top: 0;
  156. right: 0;
  157. box-shadow: 0 0 0 5px #fff;
  158. background: #fff;
  159. border-radius: 50% 0 50% 50%;
  160. }
  161. .table {
  162. margin-bottom: 0;
  163. }
  164. }
  165. .ai-loader {
  166. height: 250px;
  167. background: center / contain no-repeat url(../images/spot/ai-loader.gif);
  168. margin-top: -20px;
  169. margin-bottom: -35px;
  170. }
  171. .ai-suggestion-wheel-of-fortune {
  172. height: 250px;
  173. background: center / contain no-repeat
  174. url(../images/spot/ai-suggestion-wheel-of-fortune.gif);
  175. }
  176. /**
  177. * Traceback
  178. * ============================================================================
  179. */
  180. .traceback {
  181. list-style-type: none;
  182. padding-left: 0;
  183. border: 1px solid @trim-dark;
  184. border-radius: 0 6px 6px 6px;
  185. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  186. margin-bottom: 20px;
  187. }
  188. // TODO(dcramer): we probably shouldn't overload these
  189. pre.traceback {
  190. margin: 0 0 20px;
  191. }
  192. div.traceback > ul {
  193. padding: 0;
  194. margin-bottom: 0;
  195. li {
  196. &:first-child {
  197. border-top: none;
  198. .title {
  199. border-top: none;
  200. border-top-right-radius: 5px;
  201. border-top-left-radius: 5px;
  202. }
  203. }
  204. &:last-child .title {
  205. border-bottom-right-radius: 5px;
  206. border-bottom-left-radius: 5px;
  207. }
  208. }
  209. }
  210. .raw-toggle {
  211. input {
  212. margin-right: 6px;
  213. position: relative;
  214. top: -1px;
  215. }
  216. }
  217. /**
  218. * Frame
  219. * ============================================================================
  220. */
  221. .exc-message {
  222. margin: 15px 0 0;
  223. word-wrap: break-word;
  224. white-space: pre-wrap;
  225. color: @gray-darker;
  226. padding: 0;
  227. background: none;
  228. }
  229. .frames-omitted,
  230. .exc-omitted {
  231. color: @gray-dark;
  232. font-size: 14px;
  233. font-weight: 600;
  234. border-left: 3px solid @red;
  235. border-right: 1px solid lighten(@red, 30%);
  236. background: lighten(@red, 35%);
  237. padding: 10px 20px;
  238. margin-bottom: 10px !important;
  239. margin-left: -21px;
  240. margin-right: -21px;
  241. }
  242. .exception {
  243. margin: 0 0 20px;
  244. &:last-child {
  245. border-bottom: 0;
  246. margin-bottom: 0;
  247. }
  248. h5 {
  249. line-height: 1.2;
  250. }
  251. .traceback {
  252. margin-top: 15px;
  253. }
  254. }
  255. .traceback {
  256. &.no-exception .frame:first-child {
  257. border-top: 0;
  258. }
  259. .frame {
  260. list-style-type: none;
  261. position: relative;
  262. margin: 0;
  263. border-top: 1px solid @trim;
  264. h3 {
  265. font-size: 22px;
  266. }
  267. &.is-expandable .title {
  268. cursor: pointer;
  269. }
  270. .title {
  271. padding: 6px 20px;
  272. font-size: 13px;
  273. margin: 0;
  274. line-height: 16px;
  275. background: #faf9fb;
  276. word-break: break-all;
  277. /* for firefox */
  278. word-break: break-word;
  279. /* for chrome */
  280. code {
  281. font-family: inherit;
  282. }
  283. .informal {
  284. font-style: italic;
  285. }
  286. }
  287. .title.as-table {
  288. width: 100%;
  289. padding-left: 15px;
  290. .package {
  291. font-size: 13px;
  292. font-weight: bold;
  293. .truncate;
  294. flex-basis: 120px;
  295. flex-grow: 0;
  296. flex-shrink: 0;
  297. }
  298. .address {
  299. font-family: @font-family-code;
  300. font-size: 11px;
  301. color: @gray-dark;
  302. letter-spacing: -0.25px;
  303. width: 100px;
  304. flex-grow: 0;
  305. flex-shrink: 0;
  306. }
  307. .symbol {
  308. word-break: break-word;
  309. flex: 1;
  310. code {
  311. background: transparent;
  312. color: @blue-dark;
  313. padding-right: 5px;
  314. a {
  315. color: inherit;
  316. &:hover {
  317. text-decoration: underline;
  318. }
  319. }
  320. }
  321. span.offset {
  322. font-weight: bold;
  323. padding-right: 10px;
  324. }
  325. span.filename {
  326. color: @purple;
  327. margin-right: 3px;
  328. &:before {
  329. content: '(';
  330. }
  331. &:after {
  332. content: ')';
  333. }
  334. }
  335. }
  336. }
  337. .original-src {
  338. font-size: 12px;
  339. padding-left: 3px;
  340. position: relative;
  341. top: 1px;
  342. }
  343. .icon-open {
  344. font-size: 12px;
  345. margin-right: 3px;
  346. margin-left: 3px;
  347. position: relative;
  348. top: 1px;
  349. }
  350. .in-at {
  351. opacity: 0.6;
  352. margin: 0 2px;
  353. }
  354. .blame {
  355. color: lighten(@gray, 5);
  356. a {
  357. color: @gray;
  358. }
  359. .icon-mark-github {
  360. position: relative;
  361. top: 1px;
  362. }
  363. }
  364. .tooltip-inner {
  365. word-wrap: break-word;
  366. text-align: left;
  367. max-width: 300px;
  368. }
  369. .divider {
  370. border-left: 1px solid @trim;
  371. display: inline-block;
  372. width: 1px;
  373. height: 10px;
  374. margin: 0 6px;
  375. position: relative;
  376. top: 1px;
  377. }
  378. code {
  379. padding: 0;
  380. background: inherit;
  381. font-size: inherit;
  382. color: inherit;
  383. }
  384. .context {
  385. display: none;
  386. background: #fff;
  387. margin: 0;
  388. table.key-value {
  389. border-top: 1px solid @trim;
  390. padding: 0;
  391. margin: 0;
  392. td {
  393. border-bottom: 1px solid @trim !important;
  394. &.key {
  395. width: 145px;
  396. max-width: 145px;
  397. padding-left: 20px !important;
  398. }
  399. &.value pre {
  400. background: inherit;
  401. }
  402. }
  403. tr:last-child {
  404. td {
  405. border-bottom: 0 !important;
  406. }
  407. }
  408. }
  409. &.expanded {
  410. display: block;
  411. }
  412. }
  413. .tag-app {
  414. color: #aaa;
  415. font-size: 0.9em;
  416. margin-left: 10px;
  417. }
  418. > div > table.key-value {
  419. margin-bottom: 5px;
  420. > tbody > tr > th {
  421. color: @gray-dark;
  422. text-align: right;
  423. padding-right: 12px !important;
  424. }
  425. }
  426. .btn-toggle {
  427. display: block;
  428. float: right;
  429. width: 16px;
  430. height: 16px;
  431. padding: 0;
  432. line-height: 16px;
  433. font-size: 9px;
  434. text-align: center;
  435. flex-shrink: 0;
  436. }
  437. .expand-button:hover {
  438. cursor: pointer;
  439. }
  440. &.expanded {
  441. .expandable {
  442. height: auto;
  443. max-width: 100%;
  444. }
  445. }
  446. &:last-child {
  447. .context {
  448. margin-bottom: 0;
  449. }
  450. .toggle-expand .btn {
  451. margin-bottom: -13px;
  452. }
  453. }
  454. }
  455. &.in-app-traceback .frame.leads-to-app {
  456. .leads-to-app-hint {
  457. display: none;
  458. }
  459. &.collapsed {
  460. .title {
  461. padding: 4px 20px 4px 20px;
  462. background: #faf9fb;
  463. min-height: 32px;
  464. &.is-expandable:hover {
  465. opacity: 1;
  466. }
  467. .package {
  468. width: auto;
  469. }
  470. }
  471. .title.as-table {
  472. padding-left: 15px;
  473. }
  474. .in-at-line,
  475. .lineno,
  476. .address {
  477. display: none;
  478. }
  479. .leads-to-app-hint {
  480. display: inline;
  481. color: @gray-light;
  482. }
  483. }
  484. }
  485. &.full-traceback {
  486. .leads-to-app-hint {
  487. display: none !important;
  488. }
  489. }
  490. .expandable {
  491. height: 0;
  492. position: relative;
  493. .icon-plus {
  494. position: absolute;
  495. left: 8px;
  496. top: 6px;
  497. opacity: 0.25;
  498. transition: 0.1s opacity linear;
  499. }
  500. &.key-value {
  501. display: none;
  502. }
  503. .ws {
  504. display: none;
  505. overflow: hidden;
  506. }
  507. &:hover {
  508. .icon-plus {
  509. opacity: 0.5;
  510. }
  511. }
  512. }
  513. .expanded {
  514. .expandable {
  515. height: auto;
  516. }
  517. .ws {
  518. display: inline;
  519. overflow: none;
  520. }
  521. }
  522. ol.context {
  523. margin: 0;
  524. list-style-position: inside;
  525. list-style-type: decimal-leading-zero;
  526. border-radius: 5px;
  527. padding-left: 0;
  528. .key-value {
  529. display: none;
  530. pre {
  531. overflow: auto;
  532. }
  533. }
  534. > li {
  535. font-family: @font-family-code;
  536. line-height: 24px;
  537. font-size: 12px;
  538. white-space: pre;
  539. white-space: pre-wrap;
  540. word-wrap: break-word;
  541. min-height: 24px;
  542. }
  543. > li.active {
  544. list-style-type: none;
  545. border-radius: 2px;
  546. &:first-child:last-child {
  547. background-color: inherit;
  548. color: inherit;
  549. border-radius: 0;
  550. }
  551. pre {
  552. color: @gray-dark;
  553. }
  554. }
  555. > li:first-child {
  556. border-radius: 2px 2px 0 0;
  557. }
  558. > li:last-of-type {
  559. border-radius: 0 0 2px 2px;
  560. }
  561. li.closed {
  562. border-radius: 2px;
  563. }
  564. &.expanded {
  565. .key-value {
  566. display: table;
  567. }
  568. > li.active {
  569. position: relative;
  570. z-index: 0;
  571. list-style-type: inherit;
  572. border-radius: 0;
  573. }
  574. }
  575. }
  576. ol.context-line {
  577. > li {
  578. > span {
  579. float: right;
  580. }
  581. }
  582. }
  583. }
  584. #full-message {
  585. line-height: 1.5em;
  586. &#full-message {
  587. background: none;
  588. padding: 0;
  589. }
  590. }
  591. &.expanded div.commands,
  592. div.commands:hover {
  593. opacity: 1;
  594. a {
  595. color: @state-info-text;
  596. }
  597. }
  598. div.commands {
  599. position: absolute;
  600. right: 10px;
  601. top: 6px;
  602. font-size: 0.9em;
  603. opacity: 0.3;
  604. a {
  605. color: #666;
  606. text-decoration: none;
  607. span {
  608. font-size: 9px;
  609. margin-right: 5px;
  610. }
  611. }
  612. }
  613. // Request
  614. .request {
  615. .path {
  616. font-weight: normal;
  617. float: left;
  618. strong {
  619. margin-right: 4px;
  620. }
  621. }
  622. }
  623. /* message details */
  624. .server-list,
  625. .url-list,
  626. .logger-list,
  627. .level-list {
  628. list-style: none;
  629. margin-left: 0;
  630. margin-bottom: 0;
  631. }
  632. .server-list li,
  633. .url-list li {
  634. padding-bottom: 10px;
  635. }
  636. .url-list li a {
  637. line-height: 18px;
  638. }
  639. pre.val,
  640. span.val {
  641. span {
  642. display: inline;
  643. }
  644. }
  645. .val-string {
  646. border-radius: 4px;
  647. padding: 2px 4px;
  648. }
  649. .val-string-multiline {
  650. display: block;
  651. overflow: auto;
  652. }
  653. .val-stripped {
  654. color: darken(@red, 10);
  655. background: transparent;
  656. }
  657. .val-bool,
  658. .val-null {
  659. color: darken(@blue, 10);
  660. font-weight: bold;
  661. }
  662. .val-dict {
  663. display: inline;
  664. .val-dict-items {
  665. display: block;
  666. padding: 0 0 0 15px;
  667. .val-dict-pair {
  668. display: block;
  669. }
  670. }
  671. .val-dict-key,
  672. .val-dict-key .val-string {
  673. color: darken(@red, 5);
  674. background: transparent;
  675. border-radius: none;
  676. }
  677. }
  678. .val-array {
  679. .val-array-items {
  680. display: block;
  681. padding: 0 0 0 15px;
  682. .val-array-item {
  683. display: block;
  684. }
  685. }
  686. }
  687. /**
  688. * Exceptions and Threads
  689. * ============================================================================
  690. */
  691. .box .thread {
  692. .exception {
  693. margin-top: 10px;
  694. }
  695. .traceback.no-exception {
  696. margin-top: 0;
  697. }
  698. }
  699. /**
  700. * Shared Group Detail
  701. * ============================================================================
  702. */
  703. .shared-group {
  704. padding: 40px 0;
  705. background: none;
  706. .app > .container {
  707. max-width: 960px;
  708. > .box {
  709. > .box-header {
  710. padding: 15px 30px 13px;
  711. display: flex;
  712. align-items: center;
  713. a {
  714. &.logo {
  715. font-size: 20px;
  716. flex: 1;
  717. }
  718. &:hover {
  719. color: @gray-dark;
  720. }
  721. }
  722. .back-to,
  723. .pull-right a {
  724. font-size: 16px;
  725. }
  726. .back-to {
  727. border-left: 1px solid @trim;
  728. padding: 2px 10px;
  729. display: inline-block;
  730. margin-left: 7px;
  731. position: relative;
  732. top: -3px;
  733. }
  734. }
  735. }
  736. }
  737. .container {
  738. padding-left: 0;
  739. padding-right: 0;
  740. }
  741. .group-detail {
  742. padding: 0 30px;
  743. border-bottom: 1px solid darken(@trim, 5);
  744. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  745. &:before {
  746. display: none;
  747. }
  748. .details {
  749. max-width: 960px;
  750. margin: 0 auto;
  751. padding: 20px 0 0;
  752. }
  753. }
  754. .event-details-container {
  755. display: block;
  756. margin: 0;
  757. .primary {
  758. max-width: 100%;
  759. .box {
  760. padding: 0 30px;
  761. &:first-child {
  762. border-top: 0;
  763. }
  764. }
  765. .box-header,
  766. .box-content {
  767. max-width: 960px;
  768. margin: 0 auto;
  769. }
  770. .box-header {
  771. margin-top: 15px;
  772. }
  773. .exception {
  774. padding: 20px 0;
  775. margin: 0;
  776. &:first-child {
  777. padding-top: 0;
  778. }
  779. }
  780. .traceback.no-exception {
  781. margin-bottom: 25px;
  782. margin-top: -5px;
  783. }
  784. }
  785. }
  786. }
  787. /**
  788. * Breadcrumbs / Timeline
  789. * ============================================================================
  790. */
  791. ul.crumbs {
  792. li {
  793. .table.key-value {
  794. margin-bottom: 0;
  795. background: none;
  796. thead td:first-child {
  797. font-weight: bold;
  798. }
  799. td {
  800. padding: 2px 0 !important;
  801. font-weight: normal;
  802. }
  803. .key {
  804. width: 122px;
  805. max-width: 122px;
  806. color: @gray-dark;
  807. line-height: 1.6 !important;
  808. }
  809. pre {
  810. display: inline-block;
  811. padding: 0;
  812. margin-top: 1px;
  813. background: none;
  814. word-break: break-all;
  815. }
  816. }
  817. div.summary {
  818. overflow: hidden;
  819. &.can-expand {
  820. cursor: pointer;
  821. position: relative;
  822. &:after {
  823. position: absolute;
  824. bottom: 0;
  825. left: 0;
  826. right: 0;
  827. content: ' ';
  828. display: block;
  829. width: 100%;
  830. height: 15px;
  831. background-image: linear-gradient(
  832. to bottom,
  833. rgba(255, 255, 255, 0) 0%,
  834. rgba(255, 255, 255, 1) 100%
  835. );
  836. background-repeat: repeat-x;
  837. z-index: 1;
  838. }
  839. &:hover {
  840. &:before {
  841. position: absolute;
  842. bottom: 4px;
  843. right: 0;
  844. font-family: 'sentry-simple';
  845. content: '\e617';
  846. background: @white-dark;
  847. border: 1px solid darken(@trim, 5);
  848. border-radius: 3px;
  849. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  850. z-index: 2;
  851. padding: 0 5px;
  852. margin-left: -14px;
  853. }
  854. }
  855. }
  856. &.expanded {
  857. max-height: none;
  858. &:after,
  859. &:before {
  860. display: none;
  861. }
  862. }
  863. pre {
  864. display: inline-block;
  865. }
  866. }
  867. }
  868. }
  869. /**
  870. * Responsive medium screen
  871. * ============================================================================
  872. */
  873. @media (max-width: 991px) {
  874. .group-stats-column {
  875. float: none;
  876. }
  877. }
  878. /**
  879. * Responsive small screen
  880. * ============================================================================
  881. */
  882. @media (max-width: 767px) {
  883. .group-detail {
  884. h3 {
  885. white-space: normal;
  886. font-size: 20px;
  887. line-height: 1.2;
  888. }
  889. .meta {
  890. font-size: 13px;
  891. }
  892. .short-id-box {
  893. text-align: left;
  894. }
  895. .is-assigned {
  896. padding-top: 0;
  897. }
  898. }
  899. // Event detail columns
  900. .event-details-container {
  901. flex-direction: column;
  902. margin: 0;
  903. .primary {
  904. max-width: 100%;
  905. .box {
  906. padding: 15px 0;
  907. .box-header {
  908. h3 {
  909. margin: 0 0 10px;
  910. small {
  911. margin-left: 0 !important;
  912. display: block;
  913. }
  914. }
  915. .permalink {
  916. display: none;
  917. }
  918. }
  919. }
  920. .user-report {
  921. padding: 15px 0;
  922. }
  923. .exception {
  924. margin: 0;
  925. padding: 15px 0;
  926. }
  927. .traceback {
  928. &.no-exception {
  929. margin: 0;
  930. }
  931. .btn-toggle {
  932. width: 17px;
  933. }
  934. }
  935. }
  936. .secondary {
  937. width: auto;
  938. padding: 0;
  939. border: 0;
  940. margin-bottom: 20px;
  941. }
  942. .detailed-error {
  943. border-top: 1px solid @trim;
  944. }
  945. }
  946. // Context callout
  947. .context-summary {
  948. flex-direction: column;
  949. margin-top: 0;
  950. padding: 0;
  951. margin-bottom: 20px;
  952. }
  953. .context {
  954. overflow: auto;
  955. li {
  956. width: 800px;
  957. }
  958. }
  959. }